Skip to content

Update hadolint

Update hadolint #690

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
name: ${{ matrix.image }}
strategy:
fail-fast: false
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