diff --git a/ci-configs/case-4-security/sast.yml b/ci-configs/case-4-security/sast.yml index 51d249fc8dfd37347cc80210ef8b3b280be435c6..5937dcf9dad264d00f399306dc17960fe824e8a4 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 a572bd143b376e27fb25b8a5451f1191a06cda34..a9bd10d099857558324fd9a9e94afde050a15c44 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