Skip to content

Commit

Permalink
Update ci hadolint comma separated ignore rules
Browse files Browse the repository at this point in the history
  • Loading branch information
apozohue10 committed Mar 17, 2023
1 parent 3e7502e commit 49d468d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: hadolint/hadolint-action@master
with:
dockerfile: extras/docker/Dockerfile
ignore: DL3006 DL3008 DL3018 DL3033 DL4006 SC3037
ignore: DL3006,DL3008,DL3018,DL3033,DL4006,SC3037

lint-markdown:
name: Lint Markdown
Expand Down

0 comments on commit 49d468d

Please sign in to comment.