Skip to content

K8SPSMDB-1518: allow specifying logrotate configuration - #2151

Merged
hors merged 50 commits into
mainfrom
K8SPSMDB-1518
Jan 7, 2026
Merged

K8SPSMDB-1518: allow specifying logrotate configuration#2151
hors merged 50 commits into
mainfrom
K8SPSMDB-1518

Merge branch 'main' into K8SPSMDB-1518

b93307a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
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

See this annotation in the file changed.

@github-actions 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)