Commit 0ffc9361 authored by Paul Rougieux's avatar Paul Rougieux
Browse files

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

parent 95d6a4c5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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