2023-11-07 16:35:27 +01:00
|
|
|
---
|
|
|
|
steps:
|
|
|
|
gitleaks:
|
2024-06-03 21:22:59 +02:00
|
|
|
image: zricethezav/gitleaks:v8.18.3
|
2023-11-07 16:35:27 +01:00
|
|
|
commands:
|
|
|
|
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
|
|
|
|
when:
|
2024-05-14 21:45:36 +02:00
|
|
|
- event: [push, pull_request, cron]
|
2024-05-06 23:36:28 +02:00
|
|
|
evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
|
2024-02-06 21:03:15 +01:00
|
|
|
...
|