Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Conversation

@m10k
Copy link
Member

@m10k m10k commented May 15, 2023

Shellcheck reports several lines in docker_utils_functions where
globbing and word splitting may occur because of missing quotes
around variables.

This commit prevents globbing and word splitting by adding quotes
around variables or replacing strings with arrays where necessary.

Shellcheck reports several lines in docker_utils_functions where
globbing and word splitting may occur because of missing quotes
around variables.

This commit prevents globbing and word splitting by adding quotes
around variables or replacing strings with arrays where necessary.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant