]> kaliko git repositories - mpd-sima.git/commitdiff
ci: Fixed sast
authorkaliko <kaliko@azylum.org>
Sun, 12 Nov 2023 10:07:31 +0000 (11:07 +0100)
committerkaliko <kaliko@azylum.org>
Sun, 12 Nov 2023 10:07:31 +0000 (11:07 +0100)
.gitlab-ci.yml

index b76ca1788fd9c9e5b73d05a0662d5b0208a1f72d..0ae3330bc704e3bac579e630abf63b85263a4c60 100644 (file)
@@ -5,11 +5,13 @@ image: python:3
 include:
   - local: .gitlab/gitlab-templates.yml
   - local: .gitlab/pylint.yml
-  - template: Security/SAST.gitlab-ci.yml
+  - template: Jobs/SAST.gitlab-ci.yml
 
 variables:
   #XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache"
   PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache"
+  SAST_EXCLUDED_ANALYZERS: brakeman, flawfinder, kubesec, mobsf, nodejs-scan,
+    phpcs-security-audit, pmd-apex, sobelow, spotbugs
 
 cache:
   paths:
@@ -65,12 +67,6 @@ 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: