K8SPXC-1222: Remove state check from readiness probe #2751
GitHub Actions / shellcheck
failed
Dec 12, 2024 in 1s
reviewdog [shellcheck] report
reported by reviewdog 🐶
Findings (1)
build/readiness-check.sh|33 col 15| Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Filtered Findings (0)
Annotations
Check warning on line 33 in build/readiness-check.sh
github-actions / shellcheck
[shellcheck] build/readiness-check.sh#L33 <ShellCheck.SC2207>
Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Raw output
./build/readiness-check.sh:33:15: warning: Prefer mapfile or read -a to split command output (or quote to avoid splitting). (ShellCheck.SC2207)
Loading