Merge branch 'ee-10030-excluded-paths' into 'master'

Pass excluded paths to SAST and DS

See merge request gitlab-org/gitlab-ce!28018
This commit is contained in:
Bob Van Landuyt 2019-05-03 09:03:45 +00:00
commit 9f8123d935
2 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,7 @@ dependency_scanning:
DS_ANALYZER_IMAGE_PREFIX \
DS_ANALYZER_IMAGE_TAG \
DS_DEFAULT_ANALYZERS \
DS_EXCLUDED_PATHS \
DEP_SCAN_DISABLE_REMOTE_CHECKS \
DS_DOCKER_CLIENT_NEGOTIATION_TIMEOUT \
DS_PULL_ANALYZER_IMAGE_TIMEOUT \

View File

@ -35,6 +35,8 @@ sast:
SAST_ANALYZER_IMAGE_PREFIX \
SAST_ANALYZER_IMAGE_TAG \
SAST_DEFAULT_ANALYZERS \
SAST_EXCLUDED_PATHS \
SAST_BANDIT_EXCLUDED_PATHS \
SAST_BRAKEMAN_LEVEL \
SAST_GOSEC_LEVEL \
SAST_FLAWFINDER_LEVEL \