K8SPSMDB-1518: allow specifying logrotate configuration - #2151
Merged
GitHub Actions / shellcheck
failed
Jan 7, 2026 in 1s
reviewdog [shellcheck] report
reported by reviewdog 🐶
Findings (1)
build/logcollector/entrypoint.sh|74 col 19| Quote expansions in this for loop glob to prevent wordsplitting, e.g. "$dir"/*.txt .
Filtered Findings (0)
Annotations
Check notice on line 74 in build/logcollector/entrypoint.sh
github-actions / shellcheck
[shellcheck] build/logcollector/entrypoint.sh#L74 <ShellCheck.SC2231>
Quote expansions in this for loop glob to prevent wordsplitting, e.g. "$dir"/*.txt .
Raw output
./build/logcollector/entrypoint.sh:74:19: info: Quote expansions in this for loop glob to prevent wordsplitting, e.g. "$dir"/*.txt . (ShellCheck.SC2231)
Loading