diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 365e992..a966f56 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,9 +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 - - uses: brpaz/hadolint-action@master - with: - dockerfile: dodona-${{ matrix.image }}.dockerfile - ignore: DL3008 + - run: hadolint --ignore DL3008 dodona-${{ matrix.image }}.dockerfile