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(deps): update peter-evans/create-pull-request action to v6 #94

Merged
merged 1 commit into from
May 9, 2024

chore(deps): update peter-evans/create-pull-request action to v6

d4951fd
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore(deps): update peter-evans/create-pull-request action to v6 #94

chore(deps): update peter-evans/create-pull-request action to v6
d4951fd
Select commit
Loading
Failed to load commit list.
GitHub Actions / hadolint succeeded Jan 31, 2024 in 1s

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