2023-11-07 16:35:27 +01:00
|
|
|
---
|
|
|
|
steps:
|
|
|
|
gitleaks:
|
2024-02-07 15:17:02 +01:00
|
|
|
image: zricethezav/gitleaks:v8.18.2
|
2023-11-07 16:35:27 +01:00
|
|
|
commands:
|
|
|
|
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
|
|
|
|
when:
|
2024-02-06 21:03:15 +01:00
|
|
|
- evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
|
|
|
|
...
|