1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-16 03:10:09 +02:00

Merge branch 'fix-unit-tests' into 'master'

fix bandit reports

Closes #663

See merge request fdroid/fdroidserver!646
This commit is contained in:
Michael Pöhn 2019-05-27 09:05:35 +00:00
commit 9a10dce0e3

View File

@ -126,7 +126,7 @@ lint_format_safety_bandit_checks:
script:
- apk add --no-cache bash dash ca-certificates python3
- python3 -m ensurepip
- pip3 install Babel bandit pycodestyle pyflakes 'pylint<2.0' safety
- pip3 install Babel 'bandit<1.6.0' pycodestyle pyflakes 'pylint<2.0' safety
- export EXITVALUE=0
- ./hooks/pre-commit || export EXITVALUE=1
- bandit