initial update #5
reviewdog.yml
on: pull_request
runner / shellcheck
8s
runner / hadolint
5s
runner / misspell
10s
runner / alex
23s
Annotations
1 error and 6 warnings
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:
Dockerfile#L13
[hadolint] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
message:"Double quote to prevent globbing and word splitting." location:{path:"Dockerfile" range:{start:{line:13 column:1}}} severity:INFO source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"SC2086" url:"https://github.com/koalaman/shellcheck/wiki/SC2086"}
|
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/.
|