Skip to content

Merge pull request #49 from salzmannsusan/master

Sign in for the full log view
GitHub Actions / shellcheck completed Jun 8, 2024 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (2)

entrypoint.sh|24 col 10| Double quote to prevent globbing and word splitting.
entrypoint.sh|31 col 5| Double quote to prevent globbing and word splitting.

Filtered Findings (0)

Annotations

Check notice on line 24 in entrypoint.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] entrypoint.sh#L24 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./entrypoint.sh:24:10: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)

Check notice on line 31 in entrypoint.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] entrypoint.sh#L31 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./entrypoint.sh:31:5: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)