We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e4a3e commit b8a3801Copy full SHA for b8a3801
.pre-commit-config.yaml
@@ -0,0 +1,6 @@
1
+repos:
2
+ - repo: git@github.com:Yelp/detect-secrets
3
+ rev: v0.13.1
4
+ hooks:
5
+ - id: detect-secrets
6
+ args: ['--baseline', '.secrets.baseline']
0 commit comments