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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime Martinez <jmartinez@gitlab.com>2020-08-31 03:21:44 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-08-31 03:21:44 +0300
commit8eeacf52e0606b1eabc26947b6106f067e0adb37 (patch)
tree611018a27ef92ed210d0c31e47182227ae6c9d16
parent7008be2aed3fb87292c7e8dca06cf9a74a722429 (diff)
Update secrets analyzer
Use new secret_detection job from new template as stated in https://gitlab.com/gitlab-org/gitlab/-/issues/234011.
-rw-r--r--.gitlab/ci/prepare.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab/ci/prepare.yml b/.gitlab/ci/prepare.yml
index ef438a0b..98361fcc 100644
--- a/.gitlab/ci/prepare.yml
+++ b/.gitlab/ci/prepare.yml
@@ -2,6 +2,7 @@ include:
- template: Security/License-Scanning.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml
+ - template: Security/Secret-Detection.gitlab-ci.yml
# workflow rules are not extended by scanner jobs, need to override them manually
# TODO: remove when https://gitlab.com/gitlab-org/gitlab/-/issues/218444 is done
@@ -28,7 +29,7 @@ license_scanning:
dependency_scanning:
<<: *rules-for-scanners
-secrets-sast:
+secret_detection:
<<: *rules-for-scanners
gosec-sast: