From 4da87dfb9b3b1b50d32c997013533a130277d6b2 Mon Sep 17 00:00:00 2001 From: Rafael Bradley Date: Sun, 13 Jul 2025 03:50:09 +0000 Subject: [PATCH] Configure SAST and Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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