reviewdog [shellcheck] report
reported by reviewdog 🐶
Findings (3)
entrypoint.sh|30 col 18| Double quote to prevent globbing and word splitting.
entrypoint.sh|31 col 18| Double quote to prevent globbing and word splitting.
build.sh|5 col 1| version appears unused. Verify use (or export if used externally).
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:18: 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:18: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Check warning on line 5 in build.sh
github-actions / shellcheck
[shellcheck] build.sh#L5 <ShellCheck.SC2034>
version appears unused. Verify use (or export if used externally).
Raw output
./build.sh:5:1: warning: version appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)