main
Ricard Illa 2022-08-24 08:05:20 +02:00
parent d976472895
commit b0494a55a5
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 20 additions and 0 deletions

20
.woodpecker.yml Normal file
View File

@ -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]