Skip to content

add permissions.contents: write (#3) #14

add permissions.contents: write (#3)

add permissions.contents: write (#3) #14

Triggered via push June 16, 2024 09:53
Status Success
Total duration 29s
Artifacts

reviewdog.yml

on: push
runner / shellcheck
5s
runner / shellcheck
runner / hadolint
4s
runner / hadolint
runner / misspell
19s
runner / misspell
runner / alex
22s
runner / alex
Fit to window
Zoom out
Zoom in

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"}