Skip to content

Merge pull request #59 from reviewdog/renovate/peter-evans-create-pul… #50

Merge pull request #59 from reviewdog/renovate/peter-evans-create-pul…

Merge pull request #59 from reviewdog/renovate/peter-evans-create-pul… #50

GitHub Actions / shellcheck completed Apr 17, 2024 in 0s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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)