Commit 9f8123d9 authored by Bob Van Landuyt's avatar Bob Van Landuyt

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

Pass excluded paths to SAST and DS

See merge request gitlab-org/gitlab-ce!28018
parents 6daf4d35 447c40d5
......@@ -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 \
......
......@@ -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 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment