Skip to content

Commit b4a3208

Browse files
authored
Adding support for pre-commit framework
Adding support for pre-commit framework
1 parent 3958dac commit b4a3208

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.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)