git-leaks eingebaut
This commit is contained in:
parent
48818386cc
commit
89e79ecb63
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ kind: pipeline
|
|||
type: docker
|
||||
name: default
|
||||
steps:
|
||||
- name: run gitleaks
|
||||
image: plugins/gitleaks
|
||||
settings:
|
||||
path: .
|
||||
# https://github.com/hadolint/hadolint/blob/master/docs/INTEGRATION.md
|
||||
- name: hadolint
|
||||
image: hadolint/hadolint:latest-debian
|
||||
|
|
Loading…
Reference in a new issue