This commit is contained in:
Michael Grote 2023-04-23 16:12:16 +02:00
parent d5a88cd019
commit 24eb32cb22
1 changed files with 0 additions and 13 deletions

View File

@ -3,20 +3,7 @@ kind: pipeline
type: docker
name: default
steps:
- name: run gitleaks
image: plugins/gitleaks
settings:
path: .
when:
event:
exclude:
- tag
- name: hadolint
image: hadolint/hadolint:latest-debian
commands:
- hadolint --version
- hadolint Dockerfile
- name: docker_build_and_push_selfhosted
image: plugins/docker