diff --git a/ci-templates/python.yml b/ci-templates/python.yml index e900b5a2c1f6f1fbb9f2f40f00d218f0e3cfcab4..cdb6a09eb015e0dab66988fa2230bcb4c138a652 100644 --- a/ci-templates/python.yml +++ b/ci-templates/python.yml @@ -15,11 +15,9 @@ .security_template: stage: .post before_script: - - ${PYTHON_VERSION} -m pip install bandit safety + - ${PYTHON_VERSION} -m pip install bandit script: - - bandit -r . || RET=1 - - safety check || RET=1 - - exit $RET + - bandit -r . allow_failure: true .py3_template: