add permissions.contents: write (#3) #14
reviewdog.yml
on: push
runner / shellcheck
5s
runner / hadolint
4s
runner / misspell
19s
runner / alex
22s
Annotations
3 warnings
runner / shellcheck:
entrypoint.sh#L9
[shellcheck] reported by reviewdog 🐶
The surrounding quotes actually unquote this. Remove or escape them.
Raw Output:
./entrypoint.sh:9:87: warning: The surrounding quotes actually unquote this. Remove or escape them. (ShellCheck.SC2027)
|
runner / shellcheck:
entrypoint.sh#L9
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./entrypoint.sh:9:87: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
runner / hadolint:
Dockerfile#L7
[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:7 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3018" url:"https://github.com/hadolint/hadolint/wiki/DL3018"}
|