From 501c117fa0436aea595392e54138d6365e64331c Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Sun, 20 Jun 2021 06:49:52 +0000 Subject: [PATCH] chore(ci): enable secret detection - https://docs.gitlab.com/ee/user/application_security/secret_detection/ --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9a4d23..49b7d4a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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