Improve security : add sast and secret detection in gitlab ci

This commit is contained in:
Sylvain Briat 2023-11-06 08:59:15 +01:00
parent 4a8460318e
commit c8ad80419d
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 #
##############