9 lines
225 B
YAML
9 lines
225 B
YAML
---
|
|
steps:
|
|
gitleaks:
|
|
image: zricethezav/gitleaks:v8.18.2
|
|
commands:
|
|
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
|
|
when:
|
|
- evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
|
|
...
|