Configure Hadolint in a single location for both hooks and CI

This commit is contained in:
Trenton Holmes
2022-07-19 13:54:33 -07:00
parent daad634894
commit 329a317fdf
3 changed files with 9 additions and 10 deletions

View File

@@ -124,8 +124,6 @@ jobs:
name: Checkout
uses: actions/checkout@v3
-
uses: hadolint/hadolint-action@v2.0.0
uses: hadolint/hadolint-action@v2.0
with:
failure-threshold: warning
dockerfile: ${{ matrix.dockerfile }}
ignore: DL3008,DL3013,DL3003