From c473cb40287b2fb5ee59ee5859d01199e8eaf71a Mon Sep 17 00:00:00 2001 From: "jorg.vr" Date: Tue, 12 Nov 2024 10:58:36 +0100 Subject: [PATCH] Try other hadolint action --- .github/workflows/lint.yml | 6 +++--- hadolint.yml | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 hadolint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a966f56..b946a7b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 \ No newline at end of file diff --git a/hadolint.yml b/hadolint.yml new file mode 100644 index 0000000..0aa5f7c --- /dev/null +++ b/hadolint.yml @@ -0,0 +1,2 @@ +ignored: + - DL3008 \ No newline at end of file