This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This job overrides the default secret detection job from GitLab | |
# (https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Jobs/Secret-Detection.gitlab-ci.yml) | |
# and fails if vulnerabilities were found. The exit code represents the number of vulnerabilities. | |
# | |
# Requirements: | |
# - Stage "test" | |
include: | |
- template: Security/Secret-Detection.gitlab-ci.yml |