Skip to content

fix: pin black to 23.11.0 (#19) #33

fix: pin black to 23.11.0 (#19)

fix: pin black to 23.11.0 (#19) #33

GitHub Actions / hadolint completed Dec 12, 2023 in 0s

reviewdog [hadolint] report

reported by reviewdog 🐶

Findings (3)

Dockerfile|6 col 1| Pin versions in pip. Instead of pip install <package> use pip install <package>==<version> or pip install --requirement <requirements file>
Dockerfile|6 col 1| Avoid use of cache directory with pip. Use pip install --no-cache-dir <package>
Dockerfile|6 col 1| Not following: File not included in mock.

Filtered Findings (0)

Annotations

Check warning on line 6 in Dockerfile

See this annotation in the file changed.

@github-actions github-actions / hadolint

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

Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
Raw output
message:"Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`" location:{path:"Dockerfile" range:{start:{line:6 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3013" url:"https://github.com/hadolint/hadolint/wiki/DL3013"}

Check warning on line 6 in Dockerfile

See this annotation in the file changed.

@github-actions github-actions / hadolint

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

Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
Raw output
message:"Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`" location:{path:"Dockerfile" range:{start:{line:6 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3042" url:"https://github.com/hadolint/hadolint/wiki/DL3042"}

Check notice on line 6 in Dockerfile

See this annotation in the file changed.

@github-actions github-actions / hadolint

[hadolint] Dockerfile#L6 <SC1091>(https://github.com/koalaman/shellcheck/wiki/SC1091)

Not following: File not included in mock.
Raw output
message:"Not following: File not included in mock." location:{path:"Dockerfile" range:{start:{line:6 column:1}}} severity:INFO source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"SC1091" url:"https://github.com/koalaman/shellcheck/wiki/SC1091"}