Improve security : add sast and secret detection in gitlab ci

This commit is contained in:
Sylvain Briat 2023-11-06 08:56:07 +01:00
parent de0f91024d
commit 5b43429d8d
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 #
##############