ci(dependency_scanning): check python version as pillow 9.0 reported as not found.

MR !15
This commit is contained in:
2022-01-24 13:22:28 +09:30
parent 996ee64ab4
commit 7153f9b425

View File

@ -39,6 +39,9 @@ gemnasium-python-dependency_scanning:
# Stop reporting Pipenv and Setuptools as "pip".
# See https://gitlab.com/gitlab-org/gitlab/-/issues/338252
DS_REPORT_PACKAGE_MANAGER_PIP_WHEN_PYTHON: "false"
# Can't find pillow 9.0, check python version
before_script:
- python --version
rules:
- if: $DEPENDENCY_SCANNING_DISABLED
when: never