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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Appelt <dappelt@gitlab.com>2019-08-26 12:14:15 +0300
committerRémy Coutable <remy@rymai.me>2019-08-26 12:14:15 +0300
commite211387037c80c8ebadea4fe639e00c57a43cbc8 (patch)
tree83c9e4cca68f8cdb580436b0a6c676b25f0fa18d
parent9723dc14d2a86bf565c9231ae8e7e18bd23630f2 (diff)
Dont run SAST on tests
-rw-r--r--.gitlab/ci/reports.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/reports.gitlab-ci.yml b/.gitlab/ci/reports.gitlab-ci.yml
index ccd7d6ec84d..e3768ecf2a2 100644
--- a/.gitlab/ci/reports.gitlab-ci.yml
+++ b/.gitlab/ci/reports.gitlab-ci.yml
@@ -19,6 +19,7 @@ sast:
cache: {}
variables:
SAST_BRAKEMAN_LEVEL: 2
+ SAST_EXCLUDED_PATHS: qa,spec,doc
dependency_scanning:
extends: .dedicated-no-docs