Skip to content

Commit

Permalink
[pre-commit] add hardcoded secret check
Browse files Browse the repository at this point in the history
  • Loading branch information
jpthiele committed Nov 25, 2024
1 parent 7aa8ee8 commit 2f32a10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ repos:
- id: end-of-file-fixer
- id: no-commit-to-branch
args: [--branch,master]
- repo: https://github.com/gitleaks/gitleaks
rev: v8.16.3
hooks:
- id: gitleaks

0 comments on commit 2f32a10

Please sign in to comment.