Merge branch 'set-secret-detection-config-1' into 'main'

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

See merge request durfy/durpdns!3
This commit is contained in:
DeveloperDurp 2025-03-14 22:14:21 +00:00
commit b75d297ac8

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