mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
use actually working bandit version when running tests on alpine
This commit is contained in:
parent
f434670ba5
commit
716f84ec5e
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ lint_format_safety_bandit_checks:
|
||||||
script:
|
script:
|
||||||
- apk add --no-cache bash dash ca-certificates python3
|
- apk add --no-cache bash dash ca-certificates python3
|
||||||
- python3 -m ensurepip
|
- 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
|
- export EXITVALUE=0
|
||||||
- ./hooks/pre-commit || export EXITVALUE=1
|
- ./hooks/pre-commit || export EXITVALUE=1
|
||||||
- bandit
|
- bandit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue