From: kaliko Date: Fri, 23 Jul 2021 14:17:32 +0000 (+0200) Subject: Configure SAST in X-Git-Tag: 0.18.0~25 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=8bebf7d6199c06738f64b8989acb21ef2d6f67fe;p=mpd-sima.git Configure SAST in --- 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: