From 3da2ec240b241011aa3807ff170edaa657273f17 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sun, 24 Jul 2022 20:30:20 +0200 Subject: [PATCH] git-leaks eingebaut --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cd33c40..c45d874 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,10 @@ kind: pipeline type: docker name: default steps: - # https://github.com/hadolint/hadolint/blob/master/docs/INTEGRATION.md + - 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 # image: ghcr.io/hadolint/hadolint:latest-debian