Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2022-06-21 14:26:09 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2022-06-21 14:26:09 +0300
commite6b40f43502a73e55e8c3de91855f60e31b88b86 (patch)
treebb195ff539870bf8701e31482c2151260cdb01be /.gitlab/ci/prepare.yml
parent8e66a072959f511459eaaafd33579de204b313f6 (diff)
Ignore gosec and brakeman analyzers
Diffstat (limited to '.gitlab/ci/prepare.yml')
-rw-r--r--.gitlab/ci/prepare.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/ci/prepare.yml b/.gitlab/ci/prepare.yml
index c9099115..4770c128 100644
--- a/.gitlab/ci/prepare.yml
+++ b/.gitlab/ci/prepare.yml
@@ -5,7 +5,7 @@ include:
- template: Security/Secret-Detection.gitlab-ci.yml
variables:
- SAST_EXCLUDED_ANALYZERS: "eslint"
+ SAST_EXCLUDED_ANALYZERS: "brakeman,eslint,gosec"
# workflow rules are not extended by scanner jobs, need to override them manually
# TODO: remove when https://gitlab.com/gitlab-org/gitlab/-/issues/218444 is done
@@ -30,7 +30,7 @@ license_scanning:
gemnasium-dependency_scanning:
<<: *rules-for-scanners
-gosec-sast:
+semgrep-sast:
<<: *rules-for-scanners
secret_detection: