ci(dependency_scanning): check python version as pillow 9.0 reported as not found.
MR !15
This commit is contained in:
@ -39,6 +39,9 @@ gemnasium-python-dependency_scanning:
|
|||||||
# Stop reporting Pipenv and Setuptools as "pip".
|
# Stop reporting Pipenv and Setuptools as "pip".
|
||||||
# See https://gitlab.com/gitlab-org/gitlab/-/issues/338252
|
# See https://gitlab.com/gitlab-org/gitlab/-/issues/338252
|
||||||
DS_REPORT_PACKAGE_MANAGER_PIP_WHEN_PYTHON: "false"
|
DS_REPORT_PACKAGE_MANAGER_PIP_WHEN_PYTHON: "false"
|
||||||
|
# Can't find pillow 9.0, check python version
|
||||||
|
before_script:
|
||||||
|
- python --version
|
||||||
rules:
|
rules:
|
||||||
- if: $DEPENDENCY_SCANNING_DISABLED
|
- if: $DEPENDENCY_SCANNING_DISABLED
|
||||||
when: never
|
when: never
|
||||||
|
Reference in New Issue
Block a user