From 1691aed463d16769d12306e9638ad0ff66e52f79 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Tue, 2 Dec 2025 00:39:18 +0100 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