chore(ci): enable secret detection

- https://docs.gitlab.com/ee/user/application_security/secret_detection/
This commit is contained in:
Ming Di Leom 2021-06-20 06:49:52 +00:00
parent e7f1e1b2ff
commit 501c117fa0
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 3 additions and 0 deletions

View File

@ -94,3 +94,6 @@ renovate: # Check dependency update
rules:
- if: '$RENOVATE == "true" && $CI_COMMIT_REF_NAME == "master" && ($CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web")'
when: always
include:
- template: Security/Secret-Detection.gitlab-ci.yml