Compare commits

...

4 Commits

Author SHA1 Message Date
Ricard Illa bde0a5ef71
ci: need to use my own gitleaks image 2022-08-23 16:12:06 +02:00
Ricard Illa d7566d5e3f
ci: gitleaks 2022-08-23 15:43:33 +02:00
Ricard Illa bd425c2818
ci: notify with xmpp-ci image 2022-08-23 14:06:55 +02:00
Ricard Illa a9aa311542
ci: notify 2022-08-23 10:19:05 +02:00
1 changed files with 18 additions and 0 deletions

View File

@ -1,6 +1,13 @@
platform: linux/arm64
pipeline:
gitleaks:
image: registry.monotremata.xyz/gitleaks
pull: true
commands:
- gitleaks --source . --verbose --redact detect
build:
image: registry.monotremata.xyz/static-page-builder
pull: true
@ -21,3 +28,14 @@ pipeline:
sources: ["html/www", "html/onion"]
target: /srv/sites/frontpage
args: --recursive --human-readable --verbose --delete
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]