ci: exclude gitleaks on tags
This commit is contained in:
parent
db5c643701
commit
d5a88cd019
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ steps:
|
||||||
image: plugins/gitleaks
|
image: plugins/gitleaks
|
||||||
settings:
|
settings:
|
||||||
path: .
|
path: .
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
exclude:
|
||||||
|
- tag
|
||||||
|
|
||||||
- name: hadolint
|
- name: hadolint
|
||||||
image: hadolint/hadolint:latest-debian
|
image: hadolint/hadolint:latest-debian
|
||||||
|
|
Reference in a new issue