diff --git a/.drone.yml b/.drone.yml index cd33c40..b3b87ef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,10 @@ kind: pipeline type: docker name: default steps: + - name: run gitleaks + image: plugins/gitleaks + settings: + path: . # https://github.com/hadolint/hadolint/blob/master/docs/INTEGRATION.md - name: hadolint image: hadolint/hadolint:latest-debian