summaryrefslogtreecommitdiff
path: root/.gitlab/ci/reports.gitlab-ci.yml
diff options
context:
space:
mode:
authorDennis Appelt <dappelt@gitlab.com>2019-08-26 09:14:15 +0000
committerRémy Coutable <remy@rymai.me>2019-08-26 09:14:15 +0000
commite211387037c80c8ebadea4fe639e00c57a43cbc8 (patch)
tree83c9e4cca68f8cdb580436b0a6c676b25f0fa18d /.gitlab/ci/reports.gitlab-ci.yml
parent9723dc14d2a86bf565c9231ae8e7e18bd23630f2 (diff)
downloadgitlab-ce-e211387037c80c8ebadea4fe639e00c57a43cbc8.tar.gz
Dont run SAST on tests
Diffstat (limited to '.gitlab/ci/reports.gitlab-ci.yml')
-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