removed gitleaks because it has too many false positives
parent
b0494a55a5
commit
dd0be14e8b
|
@ -2,11 +2,11 @@ platform: linux/arm64
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
|
|
||||||
gitleaks:
|
# gitleaks:
|
||||||
image: registry.monotremata.xyz/gitleaks
|
# image: registry.monotremata.xyz/gitleaks
|
||||||
pull: true
|
# pull: true
|
||||||
commands:
|
# commands:
|
||||||
- gitleaks --source . --verbose --redact detect
|
# - gitleaks --source . --verbose --redact detect
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
image: registry.monotremata.xyz/xmpp-ci
|
image: registry.monotremata.xyz/xmpp-ci
|
||||||
|
|
Loading…
Reference in New Issue