mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
gitlab-ci: include fdroid in bandit scans
This commit is contained in:
parent
8b17076525
commit
0cd1e0b172
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ lint_format_safety_bandit_checks:
|
||||||
-ii
|
-ii
|
||||||
-s B110,B310,B322,B404,B408,B410,B603,B607
|
-s B110,B310,B322,B404,B408,B410,B603,B607
|
||||||
-x fdroidserver/dscanner.py,docker/install_agent.py,docker/drozer.py
|
-x fdroidserver/dscanner.py,docker/install_agent.py,docker/drozer.py
|
||||||
-r $CI_PROJECT_DIR
|
-r $CI_PROJECT_DIR fdroid
|
||||||
|| export EXITVALUE=1
|
|| export EXITVALUE=1
|
||||||
- safety check --full-report || export EXITVALUE=1
|
- safety check --full-report || export EXITVALUE=1
|
||||||
- pylint --rcfile=.pylint-rcfile --output-format=colorized --reports=n
|
- pylint --rcfile=.pylint-rcfile --output-format=colorized --reports=n
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue