Fix gitleaks: add fingerprints for historical commits, remove allow_failure

This commit is contained in:
Mondo Diaz
2026-01-14 18:47:14 +00:00
parent 4aba7e1b4e
commit 66833d5bec
2 changed files with 3 additions and 6 deletions

View File

@@ -33,10 +33,6 @@ kics:
hadolint:
allow_failure: true
# secrets job - allow failure due to gitleaks false positive on s3_key attribute
secrets:
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'