Dont run SAST on tests

This commit is contained in:
Dennis Appelt 2019-08-26 09:14:15 +00:00 committed by Rémy Coutable
parent 9723dc14d2
commit e211387037
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ sast:
cache: {}
variables:
SAST_BRAKEMAN_LEVEL: 2
SAST_EXCLUDED_PATHS: qa,spec,doc
dependency_scanning:
extends: .dedicated-no-docs