From b0494a55a582455ff771abe826c0dbb7ccc80838 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Wed, 24 Aug 2022 08:05:20 +0200 Subject: [PATCH] ci added --- .woodpecker.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..9b083d3 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,20 @@ +platform: linux/arm64 + +pipeline: + + gitleaks: + image: registry.monotremata.xyz/gitleaks + pull: true + commands: + - gitleaks --source . --verbose --redact detect + + notify: + image: registry.monotremata.xyz/xmpp-ci + pull: true + settings: + username: "woodpecker@monotremata.xyz" + recipient: "rilla@monotremata.xyz" + password: + from_secret: xmpp_password + when: + status: [success, failure]