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