Skip to content

Commit

Permalink
add detect secrets pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
gidsg committed Mar 17, 2021
1 parent e8dd034 commit 323e1a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/Yelp/detect-secrets
rev: v1.0.0
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
exclude: package.lock.json

0 comments on commit 323e1a1

Please sign in to comment.