Remove sast from ci

(Handled by sonarq)
This commit is contained in:
Zedifus
2025-02-25 22:30:42 +00:00
parent b0cd2be352
commit 37d7b039bc

View File

@@ -18,16 +18,8 @@ include:
- local: .gitlab/windows-build.yml - local: .gitlab/windows-build.yml
- local: .gitlab/release.yml - local: .gitlab/release.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml - template: Security/Dependency-Scanning.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml
- template: Security/Secret-Detection.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: secret_detection:
variables: variables:
SECRET_DETECTION_EXCLUDED_PATHS: migrations, vendors SECRET_DETECTION_EXCLUDED_PATHS: migrations, vendors