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

This commit is contained in:
DeveloperDurp 2025-03-14 22:13:49 +00:00
parent dd06e9d906
commit 9c579ad13e

View file

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