initial update #2
reviewdog.yml
on: pull_request
runner / shellcheck
4s
runner / hadolint
4s
runner / misspell
13s
runner / alex
25s
Annotations
2 errors and 5 warnings
runner / hadolint:
Dockerfile#L13
[hadolint] reported by reviewdog 🐶
Unexpected tokens after compound command. Bad redirection or missing ;/&&/||/|?
Raw Output:
message:"Unexpected tokens after compound command. Bad redirection or missing ;/&&/||/|?" location:{path:"Dockerfile" range:{start:{line:13 column:1}}} severity:ERROR source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"SC1141" url:"https://github.com/koalaman/shellcheck/wiki/SC1141"}
|
runner / shellcheck
Process completed with exit code 1.
|
runner / hadolint:
Dockerfile#L9
[hadolint] reported by reviewdog 🐶
Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
Raw Output:
message:"Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`" location:{path:"Dockerfile" range:{start:{line:9 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3018" url:"https://github.com/hadolint/hadolint/wiki/DL3018"}
|
runner / hadolint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: haya14busa/action-cond@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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}"
|
runner / shellcheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: haya14busa/action-cond@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|