From 37d7b039bc9b7f257b913091e9e10b51405c806a Mon Sep 17 00:00:00 2001 From: Zedifus Date: Tue, 25 Feb 2025 22:30:42 +0000 Subject: [PATCH] Remove sast from ci (Handled by sonarq) --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4fbfb834..cbc1a70c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,16 +18,8 @@ include: - local: .gitlab/windows-build.yml - local: .gitlab/release.yml - template: Security/Dependency-Scanning.gitlab-ci.yml - - template: Security/SAST.gitlab-ci.yml - template: Security/Secret-Detection.gitlab-ci.yml -sast: - variables: - SAST_EXCLUDED_PATHS: spec, test, tests, tmp, migrations, vendors - SAST_BANDIT_EXCLUDED_PATHS: "'*/migrations/*, */vendors/*'" - SAST_EXCLUDED_ANALYZERS: semgrep - stage: test - secret_detection: variables: SECRET_DETECTION_EXCLUDED_PATHS: migrations, vendors