Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2022-08-02 06:06:07 +0300
committerEvan Read <eread@gitlab.com>2022-08-02 06:06:07 +0300
commit796a7988b7508f1c5ccfe28908ee1404352cb217 (patch)
treec475a607dc7da33b6c581493c07d82ec4246a493 /.gitlab-ci.yml
parentb500b236bf432ca91082edef760ebf553aa754d3 (diff)
Add secret detection to pipeline
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2708d2e5..f7531dd5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,7 @@ include:
file: templates/merge_request_pipelines.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml
+ - template: Security/Secret-Detection.gitlab-ci.yml
- local: .gitlab/ci/*.gitlab-ci.yml
- project: 'gitlab-org/quality/pipeline-common'
file:
@@ -33,7 +34,6 @@ variables:
MARKDOWNLINT_VERSION: '0.31.1'
RUBY_VERSION: '2.7.6'
-
#
# workflow:rules to prevent duplicate pipelines when pushing to a branch with an open MR.
#