initial update #20
Annotations
2 warnings
entrypoint.sh#L24
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./entrypoint.sh:24:7:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
entrypoint.sh#L24
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
entrypoint.sh:24:- ${INPUT_REVIEWDOG_FLAGS}
entrypoint.sh:24:+ "${INPUT_REVIEWDOG_FLAGS}"
|
The logs for this run have expired and are no longer available.
Loading