Skip to content

chore(deps): update actions/checkout digest to b4ffde6 (#89) #81

chore(deps): update actions/checkout digest to b4ffde6 (#89)

chore(deps): update actions/checkout digest to b4ffde6 (#89) #81

Triggered via push December 28, 2023 09:38
Status Success
Total duration 28s
Artifacts

release.yml

on: push
release
20s
release
release-check
0s
release-check
Fit to window
Zoom out
Zoom in

Annotations

6 warnings and 2 notices
[hadolint] testdata/Dockerfile#L3 <DL3008>(https://github.com/hadolint/hadolint/wiki/DL3008): testdata/Dockerfile#L3
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
[hadolint] testdata/Dockerfile#L5 <SC1007>(https://github.com/koalaman/shellcheck/wiki/SC1007): testdata/Dockerfile#L5
Remove space after = if trying to assign a value (for empty string, use var='' ... ).
[hadolint] testdata/Dockerfile#L3 <DL3015>(https://github.com/hadolint/hadolint/wiki/DL3015): testdata/Dockerfile#L3
Avoid additional packages by specifying `--no-install-recommends`
[hadolint] testdata/Dockerfile#L5 <DL3059>(https://github.com/hadolint/hadolint/wiki/DL3059): testdata/Dockerfile#L5
Multiple consecutive `RUN` instructions. Consider consolidation.