Improve security : add sast and secret detection in gitlab ci

This commit is contained in:
Sylvain Briat 2023-11-06 08:55:14 +01:00
parent f470987dc5
commit 4c7fe3b794
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ stages:
- test
- build
include:
- template: Security/SAST.gitlab-ci.yml
- template: Security/Secret-Detection.gitlab-ci.yml
##############
# TEST STAGE #
##############