Skip to content

Commit

Permalink
add more secret detection hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
rollwagen committed Dec 14, 2023
1 parent ba1614a commit 39e6256
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
---
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer

- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
hooks:
Expand All @@ -18,3 +12,14 @@ repos:
rev: v0.19.1
hooks:
- id: stylua-system # or stylua-system / stylua-github

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: detect-private-key
- id: detect-aws-credentials
args: [--allow-missing-credentials]

0 comments on commit 39e6256

Please sign in to comment.