Skip to content

Commit

Permalink
add hadolint ignore instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogiorgio committed Jan 19, 2024
1 parent 5a1568e commit 138b891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
- name: Lint Dockerfile-${{ matrix.type }}
uses: docker://hadolint/hadolint:latest-debian
with:
ignore: "DL4006"
entrypoint: hadolint
args: Dockerfile-${{ matrix.type }}
lint-shell:
Expand Down

0 comments on commit 138b891

Please sign in to comment.