Skip to content

chore(deps): update actions/checkout action to v4.1.5 #90

chore(deps): update actions/checkout action to v4.1.5

chore(deps): update actions/checkout action to v4.1.5 #90

GitHub Actions / hadolint succeeded May 8, 2024 in 0s

reviewdog [hadolint] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (8)

testdata/Dockerfile|1 col 1| Always tag the version of an image explicitly
testdata/Dockerfile|3 col 1| Avoid additional packages by specifying --no-install-recommends
testdata/Dockerfile|3 col 1| Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version>
testdata/Dockerfile|5 col 1| Multiple consecutive RUN instructions. Consider consolidation.
testdata/Dockerfile|5 col 1| Remove space after = if trying to assign a value (for empty string, use var='' ... ).
testdata/Dockerfile|6 col 1| Use WORKDIR to switch to a directory
testdata/sub-dir/Dockerfile|1 col 1| Always tag the version of an image explicitly
testdata/sub-dir/Dockerfile|3 col 1| Use WORKDIR to switch to a directory