From 06b2e312b9062c2884b95a710c44a77b54664a50 Mon Sep 17 00:00:00 2001 From: Jan Friedli Date: Thu, 21 May 2020 17:22:58 +0200 Subject: [PATCH] try bandit --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94f1633..b51898a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: