Skip to content

Commit

Permalink
Enable secrect detection precommit check (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro authored Nov 5, 2024
1 parent cce8f05 commit 841c5ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +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/psf/black
rev: 24.10.0
hooks:
Expand Down

0 comments on commit 841c5ff

Please sign in to comment.