mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-07-24 23:15:17 -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
|
||||
- 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:
|
||||
stage: test
|
||||
script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue