mirror of https://gitlab.com/curben/blog
chore(ci): enable secret detection
- https://docs.gitlab.com/ee/user/application_security/secret_detection/
This commit is contained in:
parent
e7f1e1b2ff
commit
501c117fa0
|
@ -94,3 +94,6 @@ renovate: # Check dependency update
|
||||||
rules:
|
rules:
|
||||||
- if: '$RENOVATE == "true" && $CI_COMMIT_REF_NAME == "master" && ($CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web")'
|
- if: '$RENOVATE == "true" && $CI_COMMIT_REF_NAME == "master" && ($CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web")'
|
||||||
when: always
|
when: always
|
||||||
|
|
||||||
|
include:
|
||||||
|
- template: Security/Secret-Detection.gitlab-ci.yml
|
||||||
|
|
Loading…
Reference in New Issue