feat(ci): add gitleaks

This commit is contained in:
Simon Cornet 2025-06-06 17:22:46 +02:00
commit 9b5788ad9d
2 changed files with 20 additions and 0 deletions

View file

@ -4,6 +4,7 @@
stages:
# deployment
- "gitleaks"
- "linting"
- "deployment"
@ -12,5 +13,6 @@ stages:
include:
# deployment
- local: ".gitlab/gitleaks.yaml"
- local: ".gitlab/linting.yaml"
- local: ".gitlab/deployment.yaml"