Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Merge pull request #28 from reviewdog/depup/reviewdog

Sign in for the full log view
GitHub Actions / hadolint completed Jun 23, 2024 in 1s

reviewdog [hadolint] report

reported by reviewdog 🐶

Findings (2)

Dockerfile|5 col 1| Pin versions in apk add. Instead of apk add <package> use apk add <package>=<version>
Dockerfile|10 col 1| Pin versions in npm. Instead of npm install <package> use npm install <package>@<version>

Filtered Findings (0)

Annotations

Check warning on line 5 in Dockerfile

See this annotation in the file changed.

@github-actions github-actions / hadolint

[hadolint] Dockerfile#L5 <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:5 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3018" url:"https://github.com/hadolint/hadolint/wiki/DL3018"}

Check warning on line 10 in Dockerfile

See this annotation in the file changed.

@github-actions github-actions / hadolint

[hadolint] Dockerfile#L10 <DL3016>(https://github.com/hadolint/hadolint/wiki/DL3016)

Pin versions in npm. Instead of `npm install <package>` use `npm install <package>@<version>`
Raw output
message:"Pin versions in npm. Instead of `npm install <package>` use `npm install <package>@<version>`" location:{path:"Dockerfile" range:{start:{line:10 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3016" url:"https://github.com/hadolint/hadolint/wiki/DL3016"}