Skip to content

Commit

Permalink
Fix dockerlint GHA file - ignore string is now comma separated appare…
Browse files Browse the repository at this point in the history
…ntly.
  • Loading branch information
SpacemanPaul authored and omad committed Nov 22, 2023
1 parent eeba958 commit 402d126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerfile-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
ignore: DL3008 DL3002 DL3013 DL3059 SC2102
ignore: DL3008,DL3002,DL3013,DL3059,SC2102

0 comments on commit 402d126

Please sign in to comment.