Merge pull request #54 from michMartineau/mmu/add-start-wait #44
reviewdog [shellcheck] report
reported by reviewdog 🐶
Findings (3)
entrypoint.sh|2 col 9| In POSIX sh, set option pipefail is undefined.
entrypoint.sh|18 col 42| Double quote to prevent globbing and word splitting.
entrypoint.sh|40 col 32| Double quote to prevent globbing and word splitting.
Filtered Findings (0)
Annotations
Check warning on line 2 in entrypoint.sh
github-actions / shellcheck
[shellcheck] entrypoint.sh#L2 <ShellCheck.SC3040>
In POSIX sh, set option pipefail is undefined.
Raw output
./entrypoint.sh:2:9: warning: In POSIX sh, set option pipefail is undefined. (ShellCheck.SC3040)
Check notice on line 18 in entrypoint.sh
github-actions / shellcheck
[shellcheck] entrypoint.sh#L18 <ShellCheck.SC2086>
Double quote to prevent globbing and word splitting.
Raw output
./entrypoint.sh:18:42: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Check notice on line 40 in entrypoint.sh
github-actions / shellcheck
[shellcheck] entrypoint.sh#L40 <ShellCheck.SC2086>
Double quote to prevent globbing and word splitting.
Raw output
./entrypoint.sh:40:32: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)