This is an automated email from the ASF dual-hosted git repository.

victorromero pushed a commit to branch remove
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit 6576c19e5871ef84472039988720df2f2a0fd0dc
Author: Administrator <[email protected]>
AuthorDate: Wed Nov 19 17:59:54 2025 +0000

    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 b0976a8a5b..994d98c23b 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

Reply via email to