Skip to content

Commit

Permalink
Enable secrect detection precommit check (#91)
Browse files Browse the repository at this point in the history
* Enable secrect detection precommit check
  • Loading branch information
pankajastro authored Nov 5, 2024
1 parent cf599b8 commit 5d2e992
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ repos:
- id: pretty-format-json
args: ["--autofix"]
- id: trailing-whitespace
- id: detect-private-key
- id: detect-aws-credentials
args: ["--allow-missing-credentials"]
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
Expand Down

0 comments on commit 5d2e992

Please sign in to comment.