Skip to content

Commit

Permalink
Add hadolint config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Nov 12, 2024
1 parent d107c9d commit c932dd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
- uses: jbergstroem/hadolint-gh-action@v1
with:
dockerfile: dodona-${{ matrix.image }}.dockerfile
error_level: 2
error_level: 2
config_file: ../../hadolint.yaml
2 changes: 2 additions & 0 deletions hadolint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignored:
- DL3008

0 comments on commit c932dd8

Please sign in to comment.