gitlab-ci: remove dscanner exclusions from bandit

This commit is contained in:
Hans-Christoph Steiner 2020-01-31 15:17:49 +01:00
parent 28aa404c24
commit d8f3d94997
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ lint_format_safety_bandit_checks:
- bandit
-ii
-s B110,B310,B322,B404,B408,B410,B603,B607
-x fdroidserver/dscanner.py,docker/install_agent.py,docker/drozer.py
-r $CI_PROJECT_DIR fdroid
|| export EXITVALUE=1
- safety check --full-report || export EXITVALUE=1