Add security sast
This commit is contained in:
parent
8691b13e28
commit
6a81d46d24
@ -6,8 +6,6 @@ cache:
|
||||
key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
|
||||
|
||||
stages:
|
||||
- sast
|
||||
- quality
|
||||
- Docker-hub-build
|
||||
- Docker-hub-test
|
||||
- Docker-hub-pushtag
|
||||
@ -15,12 +13,17 @@ stages:
|
||||
- Docker-hub-build-arm
|
||||
- Docker-hub-test-arm
|
||||
- Docker-hub-pushtag-arm
|
||||
# global
|
||||
- test
|
||||
include:
|
||||
- template: Security/SAST.gitlab-ci.yml
|
||||
|
||||
include:
|
||||
- 'gitlabci/docker-hub.yml'
|
||||
- 'gitlabci/docker-hub-arm.yml'
|
||||
|
||||
sast:
|
||||
stage: sast
|
||||
stage: test
|
||||
include:
|
||||
- template: Security/SAST.gitlab-ci.yml
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user