Configure Secret Detection in .gitlab-ci.yml, creating this file if it does not already exist

This commit is contained in:
Vincent Riquer 2025-01-22 22:54:14 +00:00
parent 57ea0ad238
commit d45f73ec24

View File

@ -11,3 +11,4 @@ sast:
stage: test stage: test
include: include:
- template: Security/SAST.gitlab-ci.yml - template: Security/SAST.gitlab-ci.yml
- template: Security/Secret-Detection.gitlab-ci.yml