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:
authorVladimir Shushlin <vshushlin@gitlab.com>2022-06-21 14:26:09 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2022-06-21 14:26:09 +0300
commitdec68447bfc3c3a90bc3beeaf80aad03daa22e21 (patch)
tree388a8960516077243d6cc369cf1d44f90bea34b9
parent24344cc0b0c24e16939a93a610dc09eacece6deb (diff)
parente6b40f43502a73e55e8c3de91855f60e31b88b86 (diff)
Merge branch 'ci/remove-gosec-brakeman' into 'master'
Ignore gosec and brakeman analyzers See merge request gitlab-org/gitlab-pages!780
-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: