Merge pull request #68 from nasa9084/add-include-exclude-regexp #132
GitHub Actions / hadolint
completed
Jul 4, 2024 in 1s
reviewdog [hadolint] report
reported by reviewdog 🐶
Findings (1)
Dockerfile|3 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 3 in Dockerfile
github-actions / hadolint
[hadolint] Dockerfile#L3 <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:3 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