From 8bebf7d6199c06738f64b8989acb21ef2d6f67fe Mon Sep 17 00:00:00 2001 From: kaliko Date: Fri, 23 Jul 2021 16:17:32 +0200 Subject: [PATCH] Configure SAST in --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3bd7445..639d773 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ image: python:3 include: - local: .gitlab/gitlab-templates.yml - local: .gitlab/pylint.yml + - template: Security/SAST.gitlab-ci.yml variables: #XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache" @@ -56,6 +57,12 @@ vinstall: artifacts: expire_in: 1 hour +sast: + variables: + SAST_EXCLUDED_ANALYZERS: brakeman, eslint, flawfinder, gosec, kubesec, nodejs-scan, + phpcs-security-audit, pmd-apex, security-code-scan, semgrep, sobelow, spotbugs + stage: test + tag_release: stage: build dependencies: -- 2.39.2