ci: exclude gitleaks on tags

This commit is contained in:
Michael Grote 2023-04-23 16:10:57 +02:00
parent db5c643701
commit d5a88cd019

View file

@ -7,6 +7,10 @@ steps:
image: plugins/gitleaks
settings:
path: .
when:
event:
exclude:
- tag
- name: hadolint
image: hadolint/hadolint:latest-debian