From 072b5c30704c1a41ccad3883d67a868a7dd4e743 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 21 Jul 2026 01:31:29 +0200 Subject: [PATCH] build: Update workflow (#1315) --- .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 1aaf17f..6e3140f 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -30,7 +30,7 @@ jobs: uses: hadolint/hadolint-action@v3.3.0 with: dockerfile: Dockerfile - ignore: DL3008,DL3003,DL3006 + ignore: DL3008 failure-threshold: warning - name: Validate JSON and YML files