diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b0976a8..994d98c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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