Skip to content

add missing permissions to action-depup (#4) #16

add missing permissions to action-depup (#4)

add missing permissions to action-depup (#4) #16

Triggered via push June 19, 2024 07:24
Status Success
Total duration 31s
Artifacts

reviewdog.yml

on: push
runner / shellcheck
5s
runner / shellcheck
runner / hadolint
7s
runner / hadolint
runner / misspell
12s
runner / misspell
runner / alex
23s
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"}