aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grote2023-04-23 16:18:25 +0200
committerMichael Grote2023-04-23 16:18:25 +0200
commitef96c7167a37f320f8cfdb60dcef0c87184333d8 (patch)
tree9a4747bdb1e29639d63616ce383b6e4cbba869d5
parent777847c4ad77e3cd3c478da263a34e4c4cf82932 (diff)
ci: testv1.0
-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: