chore: add gitleaks to pre-commit setup #168

Merged
argoyle merged 1 commits from add-gitleaks-pre-commit into main 2024-03-22 22:36:13 +00:00
Showing only changes of commit 8f9cf64e87 - Show all commits
+4
View File
@@ -40,4 +40,8 @@ repos:
rev: v1.57.1
hooks:
- id: golangci-lint
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.2
hooks:
- id: gitleaks
exclude: '^ctl/generated.go|graph/generated/.*$|^graph/model/models_gen.go|^tools/.*$$'