Skip to content

Commit 5e28df3

Browse files
authored
Merge pull request #116 from ScaleSec/master
Adding support for pre-commit framework
2 parents 3958dac + b4a3208 commit 5e28df3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)