initial update #15
reviewdog.yml
on: pull_request
runner / shellcheck
4s
runner / hadolint
9s
runner / misspell
8s
runner / alex
24s
Annotations
2 warnings
runner / shellcheck:
entrypoint.sh#L23
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./entrypoint.sh:23:7:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
runner / shellcheck:
entrypoint.sh#L23
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
entrypoint.sh:23:- ${INPUT_REVIEWDOG_FLAGS}
entrypoint.sh:23:+ "${INPUT_REVIEWDOG_FLAGS}"
|