From f2726c1979841508cfe1358601215f3ef3a2f5fe Mon Sep 17 00:00:00 2001
From: wep23441 <elizabeth.mamtsits@stfc.ac.uk>
Date: Thu, 27 Mar 2025 12:31:27 +0100
Subject: [PATCH] very important commit

---
 ci-configs/case-4-security/sast.yml           | 14 ----------
 .../case-4-security/secret_detection.yml      | 28 ++++++++-----------
 2 files changed, 11 insertions(+), 31 deletions(-)

diff --git a/ci-configs/case-4-security/sast.yml b/ci-configs/case-4-security/sast.yml
index 51d249f..5937dcf 100644
--- a/ci-configs/case-4-security/sast.yml
+++ b/ci-configs/case-4-security/sast.yml
@@ -1,17 +1,3 @@
-include: 
-- template: Security/SAST.gitlab-ci.yml
-
-variables:
-  SAST_REPORT_FILE: "gl-sast-report.json"
-  # SECURE_LOG_LEVEL: "debug"
-
-sast:
-  stage: code_quality
-  artifacts:
-    paths:
-      - $SAST_REPORT_FILE
-    expire_in: 1 hour
-
 
 sast_evaluation:
   stage: security_checks
diff --git a/ci-configs/case-4-security/secret_detection.yml b/ci-configs/case-4-security/secret_detection.yml
index a572bd1..a9bd10d 100644
--- a/ci-configs/case-4-security/secret_detection.yml
+++ b/ci-configs/case-4-security/secret_detection.yml
@@ -1,21 +1,15 @@
-include:
-  - template: Security/Secret-Detection.gitlab-ci.yml
-
-variables:
-  SECRET_DETECTION_REPORT_FILE: "gl-secret-detection-report.json"
-  # SECURE_LOG_LEVEL: "debug"
-
-secret_detection:
-  stage: code_quality
-  variables:
-    GITLEAKS_CONFIG: ".gitleaks.toml"
-    SECRET_DETECTION_HISTORIC_SCAN: "true" 
-    # SECRET_DETECTION_EXCLUDED_PATHS: "path/to/exclude1,path/to/exclude2"
-  artifacts:
-    paths:
-      - $SECRET_DETECTION_REPORT_FILE
-    expire_in: 1 hour
+# include:
+#   - template: Security/Secret-Detection.gitlab-ci.yml
 
+# secret_detection:
+#   stage: code_quality
+#   variables:
+#     GITLEAKS_CONFIG: ".gitleaks.toml"
+#     SECRET_DETECTION_HISTORIC_SCAN: "true" 
+#   artifacts:
+#     paths:
+#       - $SECRET_DETECTION_REPORT_FILE
+#     expire_in: 1 hour
 
 secret_detection_evaluation:
   stage: security_checks
-- 
GitLab