removed gitleaks because it has too many false positives

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

View File

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