Merge pull request #61 from reviewdog/depup/reviewdog #54
GitHub Actions / hadolint
completed
Jun 8, 2024 in 0s
reviewdog [hadolint] report
reported by reviewdog 🐶
Findings (2)
Dockerfile|10 col 1| Last USER should not be root
Dockerfile|15 col 1| Pin versions in apk add. Instead of apk add <package>
use apk add <package>=<version>
Filtered Findings (0)
Annotations
Check warning on line 10 in Dockerfile
github-actions / hadolint
[hadolint] Dockerfile#L10 <DL3002>(https://github.com/hadolint/hadolint/wiki/DL3002)
Last USER should not be root
Raw output
message:"Last USER should not be root" location:{path:"Dockerfile" range:{start:{line:10 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3002" url:"https://github.com/hadolint/hadolint/wiki/DL3002"}
Check warning on line 15 in Dockerfile
github-actions / hadolint
[hadolint] Dockerfile#L15 <DL3018>(https://github.com/hadolint/hadolint/wiki/DL3018)
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:15 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3018" url:"https://github.com/hadolint/hadolint/wiki/DL3018"}
Loading