misc #1
GitHub Actions / hadolint
completed
Feb 11, 2024 in 1s
reviewdog [hadolint] report
reported by reviewdog 🐶
Findings (2)
Dockerfile|3 col 1| dnf clean all
missing after dnf command.
Dockerfile|13 col 1| Use WORKDIR to switch to a directory
Filtered Findings (0)
Annotations
Check warning on line 3 in Dockerfile
github-actions / hadolint
[hadolint] Dockerfile#L3 <DL3040>(https://github.com/hadolint/hadolint/wiki/DL3040)
`dnf clean all` missing after dnf command.
Raw output
message:"`dnf clean all` missing after dnf command." location:{path:"Dockerfile" range:{start:{line:3 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3040" url:"https://github.com/hadolint/hadolint/wiki/DL3040"}
Check warning on line 13 in Dockerfile
github-actions / hadolint
[hadolint] Dockerfile#L13 <DL3003>(https://github.com/hadolint/hadolint/wiki/DL3003)
Use WORKDIR to switch to a directory
Raw output
message:"Use WORKDIR to switch to a directory" location:{path:"Dockerfile" range:{start:{line:13 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3003" url:"https://github.com/hadolint/hadolint/wiki/DL3003"}
Loading