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

docker_utils_functions: Prevent globbing and word splitting#94

Open
m10k wants to merge 1 commit intoAlmaLinux:mainfrom
m10k:m10k-fix-shellcheck-sc2086
Open

docker_utils_functions: Prevent globbing and word splitting#94
m10k wants to merge 1 commit intoAlmaLinux:mainfrom
m10k:m10k-fix-shellcheck-sc2086

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