diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b96e205..6f5bc75 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,6 +37,14 @@ mypy: - mypy --install-types --non-interactive multischleuder - mypy multischleuder +sast: + stage: test +bandit-sast: + before_script: [''] +include: + - template: Security/SAST.gitlab-ci.yml + - template: Security/Dependency-Scanning.gitlab-ci.yml + schleuder: stage: test script: