Skip to content

Commit

Permalink
Add detect-private-key to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Feb 23, 2023
1 parent 14ebdc4 commit 35c415c
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 35c415c

Please sign in to comment.