From 2c941ff870abeefecfc3cfda9ac8c515e1564459 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 21 Jul 2026 01:23:11 +0200 Subject: [PATCH] build: Update workflow (#99) --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index ba3a853..9afcafe 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -26,7 +26,7 @@ jobs: uses: hadolint/hadolint-action@v3.3.0 with: dockerfile: Dockerfile - ignore: DL3008,DL3018,DL3020,DL3029,DL3059,DL4001,DL4006,DL3006 + ignore: DL3008,DL3029,DL4001,DL4006,DL3006 failure-threshold: warning - name: Validate JSON and YML files