diff options
author | Dennis Appelt <dappelt@gitlab.com> | 2019-08-26 09:14:15 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-08-26 09:14:15 +0000 |
commit | e211387037c80c8ebadea4fe639e00c57a43cbc8 (patch) | |
tree | 83c9e4cca68f8cdb580436b0a6c676b25f0fa18d /.gitlab | |
parent | 9723dc14d2a86bf565c9231ae8e7e18bd23630f2 (diff) | |
download | gitlab-ce-e211387037c80c8ebadea4fe639e00c57a43cbc8.tar.gz |
Dont run SAST on tests
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/ci/reports.gitlab-ci.yml | 1 |
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 |