try bandit

This commit is contained in:
Jan Friedli 2020-05-21 17:22:58 +02:00 committed by jfriedli
parent 83618ff529
commit 06b2e312b9

View file

@ -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: