From 996ee64ab43f926ca52ab3154ab43e20b6d48fcb Mon Sep 17 00:00:00 2001 From: Jon Lockwood Date: Mon, 24 Jan 2022 13:13:40 +0930 Subject: [PATCH] ci(dependency_scanning): scanner set to use python 3.6 MR !15 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fbd1f5d..e9d8d79 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,6 +31,7 @@ gemnasium-python-dependency_scanning: image: name: "$DS_ANALYZER_IMAGE" variables: + DS_PYTHON_VERSION: "3.6" # DS_ANALYZER_IMAGE is an undocumented variable used internally to allow QA to # override the analyzer image with a custom value. This may be subject to change or # breakage across GitLab releases.