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

This commit is contained in:
2025-12-02 00:39:18 +01:00
parent 35e7c82dc7
commit 1691aed463

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