aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.drone.yml b/.drone.yml
index d5e83b3..0dd7105 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -3,20 +3,7 @@ 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