Loading pipelines/python.yml +0 −6 Original line number Diff line number Diff line Loading @@ -9,9 +9,3 @@ include: python:twine: rules: - if: ($CI_COMMIT_TAG =~ /^v[0-9]+(\.[0-9]+){2}(.*)$/) python:bandit: allow_failure: true python:safety: allow_failure: true python/bandit.yml +1 −0 Original line number Diff line number Diff line Loading @@ -21,3 +21,4 @@ python:bandit: - bandit --version - bandit --verbose --recursive . --exclude "${BANDIT_EXCLUDE_PATHS}" --skip "${BANDIT_SKIP_CHECK}" ${BANDIT_EXTRA_ARGS} allow_failure: true python/safety.yml +1 −0 Original line number Diff line number Diff line Loading @@ -23,3 +23,4 @@ python:safety: - !reference [".python:pre-install", script] - safety --disable-optional-telemetry check ${SAFETY_DEFAULT_ARGS} ${SAFETY_EXTRA_ARGS} allow_failure: true tests/jobs/python.yml +0 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ include: variables: PYTHON_CONTEXT: tests/mockup_projects/python/pep518 PYINSTALLER_TARGET: tests/mockup_projects/python/pep518/mymodule.spec SAFETY_EXTRA_ARGS: --ignore 67599 python:build:setuptools: extends: python:build Loading Loading
pipelines/python.yml +0 −6 Original line number Diff line number Diff line Loading @@ -9,9 +9,3 @@ include: python:twine: rules: - if: ($CI_COMMIT_TAG =~ /^v[0-9]+(\.[0-9]+){2}(.*)$/) python:bandit: allow_failure: true python:safety: allow_failure: true
python/bandit.yml +1 −0 Original line number Diff line number Diff line Loading @@ -21,3 +21,4 @@ python:bandit: - bandit --version - bandit --verbose --recursive . --exclude "${BANDIT_EXCLUDE_PATHS}" --skip "${BANDIT_SKIP_CHECK}" ${BANDIT_EXTRA_ARGS} allow_failure: true
python/safety.yml +1 −0 Original line number Diff line number Diff line Loading @@ -23,3 +23,4 @@ python:safety: - !reference [".python:pre-install", script] - safety --disable-optional-telemetry check ${SAFETY_DEFAULT_ARGS} ${SAFETY_EXTRA_ARGS} allow_failure: true
tests/jobs/python.yml +0 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ include: variables: PYTHON_CONTEXT: tests/mockup_projects/python/pep518 PYINSTALLER_TARGET: tests/mockup_projects/python/pep518/mymodule.spec SAFETY_EXTRA_ARGS: --ignore 67599 python:build:setuptools: extends: python:build Loading