Skip to content

Commit

Permalink
ci: add gitleaks as pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thomariobros committed Sep 10, 2024
1 parent d4ea458 commit 9a24ada
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
repos:
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.4
hooks:
- id: gitleaks
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.15
rev: v0.1.23
hooks:
- id: gofmt

0 comments on commit 9a24ada

Please sign in to comment.