summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorMichael Grote2023-04-23 16:10:57 +0200
committerMichael Grote2023-04-23 16:10:57 +0200
commitd5a88cd0198ee52631255d92d74ad9f4db95f852 (patch)
tree9cf43286ee08af298d71cb8e9d35a8f09de1adc6 /.drone.yml
parentdb5c643701eb783378016867d22f2a52e59f54c1 (diff)
ci: exclude gitleaks on tags
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 80d6c4a..d5e83b3 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -7,6 +7,10 @@ steps:
image: plugins/gitleaks
settings:
path: .
+ when:
+ event:
+ exclude:
+ - tag
- name: hadolint
image: hadolint/hadolint:latest-debian