gitlab-ci: Enable secret detection
This patch should provide automated secret detection, preventing any
secrets from sneaking out unnoticed. This is part of GitLabs AutoDevOps
feature set.
Reference:
https://docs.gitlab.com/ee/user/application_security/secret_detection/index.html
f006fea310/lib/gitlab/ci/templates/Security/Secret-Detection.gitlab-ci.yml
This commit is contained in:
parent
419ba0537c
commit
9c5074608f
1 changed files with 4 additions and 0 deletions
|
@ -1,8 +1,12 @@
|
|||
---
|
||||
include:
|
||||
- template: Security/Secret-Detection.gitlab-ci.yml
|
||||
|
||||
image: registry.git.saibotk.de/saibotk.de/infrastructure-ci-container:latest
|
||||
|
||||
stages:
|
||||
- lint
|
||||
- test
|
||||
|
||||
ansible-lint:
|
||||
stage: lint
|
||||
|
|
Loading…
Add table
Reference in a new issue