chore: Update templated files (1789cc2) #44
GitHub Actions / hadolint
failed
Sep 17, 2024 in 0s
reviewdog [hadolint] report
reported by reviewdog 🐶
Findings (2)
docker/Dockerfile|69 col 1| Specify version with dnf install -y <package>-<version>
.
docker/Dockerfile|69 col 1| Double quote to prevent globbing and word splitting.
Filtered Findings (0)
Annotations
Check warning on line 69 in docker/Dockerfile
github-actions / hadolint
[hadolint] docker/Dockerfile#L69 <DL3041>(https://github.com/hadolint/hadolint/wiki/DL3041)
Specify version with `dnf install -y <package>-<version>`.
Raw output
message:"Specify version with `dnf install -y <package>-<version>`." location:{path:"docker/Dockerfile" range:{start:{line:69 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3041" url:"https://github.com/hadolint/hadolint/wiki/DL3041"}
Check notice on line 69 in docker/Dockerfile
github-actions / hadolint
[hadolint] docker/Dockerfile#L69 <SC2086>(https://github.com/koalaman/shellcheck/wiki/SC2086)
Double quote to prevent globbing and word splitting.
Raw output
message:"Double quote to prevent globbing and word splitting." location:{path:"docker/Dockerfile" range:{start:{line:69 column:1}}} severity:INFO source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"SC2086" url:"https://github.com/koalaman/shellcheck/wiki/SC2086"}
Loading