Skip to content

Commit

Permalink
Add detect-private-key to pre-commit (#3589)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored and jjngx committed Mar 14, 2023
1 parent f2ddcc6 commit 0a8d049
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ repos:
- id: no-commit-to-branch
- id: requirements-txt-fixer
- id: fix-byte-order-marker
- id: detect-private-key
exclude: ^(examples/|tests/|internal/k8s/secrets/)
- repo: local
hooks:
- id: golang-diff
Expand Down

0 comments on commit 0a8d049

Please sign in to comment.