ci: need to use my own gitleaks image
parent
d7566d5e3f
commit
bde0a5ef71
|
@ -3,7 +3,7 @@ platform: linux/arm64
|
||||||
pipeline:
|
pipeline:
|
||||||
|
|
||||||
gitleaks:
|
gitleaks:
|
||||||
image: zricethezav/gitleaks
|
image: registry.monotremata.xyz/gitleaks
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- gitleaks --source . --verbose --redact detect
|
- gitleaks --source . --verbose --redact detect
|
||||||
|
|
Loading…
Reference in New Issue