diff options
author | Fabien Catteau <fcatteau@gitlab.com> | 2019-05-02 17:03:46 +0000 |
---|---|---|
committer | Fabien Catteau <fcatteau@gitlab.com> | 2019-05-02 17:03:46 +0000 |
commit | 099dcab177ecf4fb456a4ea08cf1ca898bc46266 (patch) | |
tree | 88437672a7cabf63241b04994eb91e24350cc967 | |
parent | 83bee2636429612dd13523a39e0e9f13b9fd8af5 (diff) | |
download | gitlab-ce-ee-10030-excluded-paths.tar.gz |
Propagate DS_EXCLUDED_PATHSee-10030-excluded-paths
Add DS_EXCLUDED_PATHS to the env vars passed to
the Docker container of the dependency_scanning job.
-rw-r--r-- | lib/gitlab/ci/templates/Security/Dependency-Scanning.gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/ci/templates/Security/Dependency-Scanning.gitlab-ci.yml b/lib/gitlab/ci/templates/Security/Dependency-Scanning.gitlab-ci.yml index 263221329ab..8dd9775c583 100644 --- a/lib/gitlab/ci/templates/Security/Dependency-Scanning.gitlab-ci.yml +++ b/lib/gitlab/ci/templates/Security/Dependency-Scanning.gitlab-ci.yml @@ -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 \ |