sast without bevore_script
This commit is contained in:
parent
5ad6114423
commit
2b2def54b7
1 changed files with 11 additions and 9 deletions
|
@ -21,6 +21,17 @@ build:
|
|||
script:
|
||||
- shadow-cljs compile test
|
||||
|
||||
sast:
|
||||
variables:
|
||||
SAST_EXCLUDED_ANALYZERS:
|
||||
bandit, brakeman, flawfinder, gosec, kubesec, phpcs-security-audit,
|
||||
pmd-apex, security-code-scan, sobelow, spotbugs
|
||||
stage: test
|
||||
before_script:
|
||||
- echo "scan security"
|
||||
include:
|
||||
- template: Security/SAST.gitlab-ci.yml
|
||||
|
||||
package:
|
||||
stage: package
|
||||
rules:
|
||||
|
@ -69,12 +80,3 @@ upload-release:
|
|||
- cp README.md target/npm-build/mastodon_bot/
|
||||
- npm version --no-git-tag-version $CI_COMMIT_TAG
|
||||
- npm publish ./target/npm-build/mastodon_bot --access public
|
||||
|
||||
sast:
|
||||
variables:
|
||||
SAST_EXCLUDED_ANALYZERS:
|
||||
bandit, brakeman, flawfinder, gosec, kubesec, phpcs-security-audit,
|
||||
pmd-apex, security-code-scan, sobelow, spotbugs
|
||||
stage: test
|
||||
include:
|
||||
- template: Security/SAST.gitlab-ci.yml
|
||||
|
|
Reference in a new issue