fix ci
This commit is contained in:
parent
c913f3b96d
commit
47155fb1e4
1 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue