Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update templated files (1789cc2) #465

Closed
wants to merge 1 commit into from

chore: Generated commit to update templated files since the last temp…

331c716
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

chore: Update templated files (1789cc2) #465

chore: Generated commit to update templated files since the last temp…
331c716
Select commit
Loading
Failed to load commit list.
GitHub Actions / hadolint failed Sep 17, 2024 in 1s

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 (1)

apps/docker/Dockerfile|1 col 1| Always tag the version of an image explicitly

Annotations

Check warning on line 69 in docker/Dockerfile

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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"}