1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

gitlab-ci: include fdroid in bandit scans

This commit is contained in:
Hans-Christoph Steiner 2018-09-04 18:47:29 +02:00
parent 8b17076525
commit 0cd1e0b172

View File

@ -133,7 +133,7 @@ lint_format_safety_bandit_checks:
-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
-r $CI_PROJECT_DIR fdroid
|| export EXITVALUE=1
- safety check --full-report || export EXITVALUE=1
- pylint --rcfile=.pylint-rcfile --output-format=colorized --reports=n