Skip to content
Snippets Groups Projects

Remove 'safety' check from 'py3-security' job

Merged Prada Sarasola, Miguel requested to merge 60-does-safety-check-make-sense into master
1 file
+ 2
4
Compare changes
  • Side-by-side
  • Inline
+ 2
4
@@ -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:
Loading