Configure SAST and Secret Detection in .gitlab-ci.yml, creating this file if it does not already exist

This commit is contained in:
Kylian Schmidt
2025-07-04 16:03:29 +02:00
parent 2ca0cfab00
commit c2943bbe7b
+5
View File
@@ -20,7 +20,12 @@ stages:
- incremental rollout 100%
- performance
- cleanup
- secret-detection
sast:
stage: test
include:
- template: Auto-DevOps.gitlab-ci.yml
variables:
SECRET_DETECTION_ENABLED: 'true'
secret_detection:
stage: secret-detection