We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63991f0 commit 6678414Copy full SHA for 6678414
.pre-commit-config.yaml
@@ -1,7 +1,9 @@
1
# See https://pre-commit.com for more information
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- - repo: https://github.com/gitleaks/gitleaks
5
- rev: v8.17.0
+ - repo: https://github.com/gitguardian/ggshield
+ rev: v1.43.0
6
hooks:
7
- - id: gitleaks
+ - id: ggshield
8
+ language_version: python3
9
+ stages: [pre-commit]
0 commit comments