aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.drone.yml15
1 files changed, 14 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 05129aa..378db87 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -3,8 +3,21 @@ kind: pipeline
type: docker
name: default
steps:
+ - name: run gitleaks
+ image: plugins/gitleaks
+ settings:
+ path: .
+ when:
+ event:
+ exclude:
+ - tag
-
+ - name: hadolint
+ image: hadolint/hadolint:latest-debian
+ commands:
+ - hadolint --version
+ - hadolint Dockerfile
+
- name: docker_build_and_push_selfhosted
image: plugins/docker
settings: