Skip to content

Commit

Permalink
add gitleaks hook to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed Nov 14, 2024
1 parent 414a9ce commit 33c816d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ default_language_version:
python: python3.9

repos:
- repo: https://github.com/gitleaks/gitleaks
rev: v8.21.2
hooks:
- id: gitleaks

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
Expand Down

0 comments on commit 33c816d

Please sign in to comment.