ci: pass DL3008 ignore directly to hadolint action

This commit is contained in:
Pouzor
2026-03-28 12:58:03 +01:00
parent c9e142dbf2
commit c9d6642b26
+2
View File
@@ -19,10 +19,12 @@ jobs:
uses: hadolint/hadolint-action@v3.1.0 uses: hadolint/hadolint-action@v3.1.0
with: with:
dockerfile: Dockerfile.backend dockerfile: Dockerfile.backend
ignore: DL3008
- name: Hadolint — Dockerfile.frontend - name: Hadolint — Dockerfile.frontend
uses: hadolint/hadolint-action@v3.1.0 uses: hadolint/hadolint-action@v3.1.0
with: with:
dockerfile: Dockerfile.frontend dockerfile: Dockerfile.frontend
ignore: DL3008
frontend: frontend:
runs-on: ubuntu-latest runs-on: ubuntu-latest