This commit is contained in:
ansgarz 2021-12-08 10:45:06 +01:00
parent c913f3b96d
commit 47155fb1e4

View file

@ -96,17 +96,17 @@ package-uberjar:
paths:
- target/uberjar
.sast:
<<: *only-master
variables:
SAST_EXCLUDED_ANALYZERS:
bandit, brakeman, flawfinder, gosec, kubesec, phpcs-security-audit,
pmd-apex, security-code-scan, sobelow, spotbugs
stage: security
before_script:
- mkdir -p builds && cp -r target/ builds/
include:
- template: Security/SAST.gitlab-ci.yml
#.sast:
# <<: *only-master
# variables:
# SAST_EXCLUDED_ANALYZERS:
# bandit, brakeman, flawfinder, gosec, kubesec, phpcs-security-audit,
# pmd-apex, security-code-scan, sobelow, spotbugs
# stage: security
# before_script:
# - mkdir -p builds && cp -r target/ builds/
#include:
# - template: Security/SAST.gitlab-ci.yml
upload-clj-prerelease:
<<: *clj