From e657e07ac0e58495b93d494241491c8ae9ba8492 Mon Sep 17 00:00:00 2001 From: Digikwal <79085106+digikwal@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:18:25 +0200 Subject: [PATCH] ci: relax failure threshold --- .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 617ad8d0..1c4f7b26 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -58,4 +58,4 @@ jobs: - name: Run hadolint run: | - find . -type f -name "Dockerfile*" -exec hadolint {} + + find . -type f -name "Dockerfile*" -exec hadolint --failure-threshold error {} +