fix 11 #15
GitHub Actions / shellcheck
completed
Feb 11, 2024 in 0s
reviewdog [shellcheck] report
reported by reviewdog 🐶
Findings (2)
entrypoint.sh|30 col 55| Double quote to prevent globbing and word splitting.
entrypoint.sh|31 col 49| Double quote to prevent globbing and word splitting.
Filtered Findings (0)
Annotations
Check notice on line 30 in entrypoint.sh
github-actions / shellcheck
[shellcheck] entrypoint.sh#L30 <ShellCheck.SC2086>
Double quote to prevent globbing and word splitting.
Raw output
./entrypoint.sh:30:55: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Check notice on line 31 in entrypoint.sh
github-actions / shellcheck
[shellcheck] entrypoint.sh#L31 <ShellCheck.SC2086>
Double quote to prevent globbing and word splitting.
Raw output
./entrypoint.sh:31:49: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Loading