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

This commit is contained in:
sebian 2022-07-03 20:50:42 +00:00
parent 6053b0d23d
commit bb56dd7987

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