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

This commit is contained in:
2025-07-13 03:50:09 +00:00
parent 08414023b1
commit 4da87dfb9b
+5
View File
@@ -20,7 +20,12 @@ stages:
- incremental rollout 100% - incremental rollout 100%
- performance - performance
- cleanup - cleanup
- secret-detection
sast: sast:
stage: test stage: test
include: include:
- template: Auto-DevOps.gitlab-ci.yml - template: Auto-DevOps.gitlab-ci.yml
variables:
SECRET_DETECTION_ENABLED: 'true'
secret_detection:
stage: secret-detection