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