Skip to content

Commit

Permalink
Try other hadolint action
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Nov 12, 2024
1 parent a29d49d commit c473cb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
matrix:
image: [assembly, bash, c, compilers, csharp, docker, haskell, html, java, java21, nodejs, postgres, prolog, python, r, scheme, sqlite, tested]
runs-on: ubuntu-latest
container:
image: hadolint/hadolint:latest
steps:
- uses: actions/checkout@v4
- run: hadolint --ignore DL3008 dodona-${{ matrix.image }}.dockerfile
- uses: jbergstroem/hadolint-gh-action@v1
with:
dockerfile: dodona-${{ matrix.image }}.dockerfile
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 c473cb4

Please sign in to comment.