Make hadolint job fail on findings (remove allow_failure override)

This commit is contained in:
Mondo Diaz
2026-01-14 19:38:32 +00:00
parent b43f1fc55b
commit e08c8179cc

View File

@@ -29,9 +29,6 @@ kics:
variables: variables:
KICS_CONFIG: kics.config KICS_CONFIG: kics.config
hadolint:
allow_failure: true
# Post-deployment integration tests template # Post-deployment integration tests template
.integration_test_template: &integration_test_template .integration_test_template: &integration_test_template
stage: deploy # Runs in deploy stage, but after deployment due to 'needs' stage: deploy # Runs in deploy stage, but after deployment due to 'needs'