We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3958dac + b4a3208 commit 5e28df3Copy full SHA for 5e28df3
.pre-commit-hooks.yaml
@@ -0,0 +1,5 @@
1
+- id: git-secrets
2
+ name: Git Secrets
3
+ description: git-secrets scans commits, commit messages, and --no-ff merges to prevent adding secrets into your git repositories.
4
+ entry: 'git-secrets --pre_commit_hook'
5
+ language: script
0 commit comments