mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-12-05 01:10:15 +00:00
Remove sast from ci
(Handled by sonarq)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user