Add security sast

This commit is contained in:
fredbcode 2021-12-20 15:11:25 +01:00
parent 29fd20cd8b
commit 8691b13e28

View File

@ -6,6 +6,7 @@ cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
stages:
- sast
- quality
- Docker-hub-build
- Docker-hub-test
@ -19,7 +20,7 @@ include:
- 'gitlabci/docker-hub-arm.yml'
sast:
stage: quality
stage: sast
include:
- template: Security/SAST.gitlab-ci.yml