From e08c8179cc8db2b19e4ac26744f6a11eb47daa27 Mon Sep 17 00:00:00 2001 From: Mondo Diaz Date: Wed, 14 Jan 2026 19:38:32 +0000 Subject: [PATCH] Make hadolint job fail on findings (remove allow_failure override) --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2591be0..0b2485e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,9 +29,6 @@ kics: variables: KICS_CONFIG: kics.config -hadolint: - allow_failure: true - # Post-deployment integration tests template .integration_test_template: &integration_test_template stage: deploy # Runs in deploy stage, but after deployment due to 'needs'