Skip to content

updated changelog and added comment

Sign in for the full log view
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.