ci(dependency_scanning): scanner set to use python 3.6

MR !15
This commit is contained in:
2022-01-24 13:13:40 +09:30
parent 725bfaf829
commit 996ee64ab4

View File

@ -31,6 +31,7 @@ gemnasium-python-dependency_scanning:
image: image:
name: "$DS_ANALYZER_IMAGE" name: "$DS_ANALYZER_IMAGE"
variables: variables:
DS_PYTHON_VERSION: "3.6"
# DS_ANALYZER_IMAGE is an undocumented variable used internally to allow QA to # 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 # override the analyzer image with a custom value. This may be subject to change or
# breakage across GitLab releases. # breakage across GitLab releases.