From dd0be14e8b00fd35e4959aee7b0a70171657fbc0 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Wed, 24 Aug 2022 09:28:24 +0200 Subject: [PATCH] removed gitleaks because it has too many false positives --- .woodpecker.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 9b083d3..1abf093 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,11 +2,11 @@ platform: linux/arm64 pipeline: - gitleaks: - image: registry.monotremata.xyz/gitleaks - pull: true - commands: - - gitleaks --source . --verbose --redact detect + # gitleaks: + # image: registry.monotremata.xyz/gitleaks + # pull: true + # commands: + # - gitleaks --source . --verbose --redact detect notify: image: registry.monotremata.xyz/xmpp-ci