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

wrap entrypoint script to trigger pre/post hook commands #435

Merged
merged 2 commits into from
Aug 17, 2023

updated changelog and added comment

74c929e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

wrap entrypoint script to trigger pre/post hook commands #435

updated changelog and added comment
74c929e
Select commit
Loading
Failed to load commit list.
GitHub Actions / shellcheck succeeded Aug 17, 2023 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (16)

airflow/stackable/utils/entrypoint.sh|314 col 58| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|13 col 18| Quote expansions in this for loop glob to prevent wordsplitting, e.g. "$dir"/.txt .
shared/log4shell.sh|14 col 33| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|23 col 18| Quote expansions in this for loop glob to prevent wordsplitting, e.g. "$dir"/
.txt .
shared/log4shell.sh|28 col 15| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|30 col 35| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|41 col 17| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|75 col 9| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|76 col 10| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|77 col 10| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|107 col 30| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|113 col 20| For loops over find output are fragile. Use find -exec or a while read loop.
shared/log4shell.sh|113 col 27| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|114 col 33| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|114 col 44| backupdir is referenced but not assigned.
shared/log4shell.sh|114 col 44| Double quote to prevent globbing and word splitting.