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

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

See merge request l2tpns/l2tpns!17
This commit is contained in:
sebian 2022-07-03 20:52:26 +00:00
commit 5e8cf3660c

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