add missing permissions to action-depup (#4) #16
reviewdog.yml
on: push
runner / shellcheck
5s
runner / hadolint
7s
runner / misspell
12s
runner / alex
23s
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"}
|