Skip to content

Commit

Permalink
Enable secrect detection precommit check (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro authored Nov 5, 2024
1 parent 8f37a7f commit c9ea2a2
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 c9ea2a2

Please sign in to comment.