mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-07-26 07:55:32 -04:00
try bandit
This commit is contained in:
parent
83618ff529
commit
06b2e312b9
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,13 @@ mypy:
|
||||||
- pip3 install mypy
|
- pip3 install mypy
|
||||||
- mypy --ignore-missing-imports main.py
|
- mypy --ignore-missing-imports main.py
|
||||||
|
|
||||||
|
bandit:
|
||||||
|
image:
|
||||||
|
name: $CI_REGISTRY/georg/mat2-ci-images:linting
|
||||||
|
stage: lintin
|
||||||
|
script:
|
||||||
|
- bandit -r ./matweb/ main.py
|
||||||
|
|
||||||
tests:debian:
|
tests:debian:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue