diff options
| author | Michael Grote | 2023-04-23 16:10:57 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-04-23 16:10:57 +0200 |
| commit | d5a88cd0198ee52631255d92d74ad9f4db95f852 (patch) | |
| tree | 9cf43286ee08af298d71cb8e9d35a8f09de1adc6 | |
| parent | db5c643701eb783378016867d22f2a52e59f54c1 (diff) | |
ci: exclude gitleaks on tags
| -rw-r--r-- | .drone.yml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ steps: image: plugins/gitleaks settings: path: . + when: + event: + exclude: + - tag - name: hadolint image: hadolint/hadolint:latest-debian |