summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorCan Eldem <celdem@gitlab.com>2019-07-10 06:27:18 +0000
committerJames Lopez <james@gitlab.com>2019-07-10 06:27:18 +0000
commitbee24c85c0e070868d594783de075ba7e0feb812 (patch)
tree487c8542e895baadaa2b3ffb27eae8553c489f38 /lib
parent810df4fb51bf3db4016c5f7458599331d4586300 (diff)
downloadgitlab-ce-bee24c85c0e070868d594783de075ba7e0feb812.tar.gz
Propagate python version variable
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/ci/templates/Security/Dependency-Scanning.gitlab-ci.yml1
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 8dd9775c583..f176771775e 100644
--- a/lib/gitlab/ci/templates/Security/Dependency-Scanning.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Security/Dependency-Scanning.gitlab-ci.yml
@@ -40,6 +40,7 @@ dependency_scanning:
DS_DOCKER_CLIENT_NEGOTIATION_TIMEOUT \
DS_PULL_ANALYZER_IMAGE_TIMEOUT \
DS_RUN_ANALYZER_TIMEOUT \
+ DS_PYTHON_VERSION \
) \
--volume "$PWD:/code" \
--volume /var/run/docker.sock:/var/run/docker.sock \