ci(dependency_scanning): increase python version to 3.7

MR !15
This commit is contained in:
2022-01-24 13:25:15 +09:30
parent 7153f9b425
commit a6afa76600

View File

@ -31,7 +31,7 @@ gemnasium-python-dependency_scanning:
image:
name: "$DS_ANALYZER_IMAGE"
variables:
DS_PYTHON_VERSION: "3.6"
DS_PYTHON_VERSION: "3.7"
# 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.