Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker_utils_functions: Prevent globbing and word splitting #94

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant