From dcb03e844900ccfc0b902ab995e96baed0c89bd1 Mon Sep 17 00:00:00 2001 From: s3lph <1375407-s3lph@users.noreply.gitlab.com> Date: Mon, 30 May 2022 00:54:18 +0000 Subject: [PATCH] Gitlab sast --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: