Improve security : add sast and secret detection in gitlab ci
This commit is contained in:
parent
9bfffa0b8b
commit
3185164994
|
@ -4,6 +4,10 @@ stages:
|
|||
- test
|
||||
- build
|
||||
|
||||
include:
|
||||
- template: Security/SAST.gitlab-ci.yml
|
||||
- template: Security/Secret-Detection.gitlab-ci.yml
|
||||
|
||||
##############
|
||||
# TEST STAGE #
|
||||
##############
|
||||
|
|
Loading…
Reference in New Issue