We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2cdbe commit 4c6aa95Copy full SHA for 4c6aa95
.pre-commit-config.yaml
@@ -8,12 +8,3 @@ repos:
8
rev: v1.16.10
9
hooks:
10
- id: typos
11
- - repo: https://github.com/trufflesecurity/trufflehog
12
- rev: v3.54.3
13
- hooks:
14
- - id: trufflehog
15
- name: TruffleHog
16
- description: Detect secrets in your data.
17
- entry: bash -c 'trufflehog git file://. --max-depth 1 --since-commit HEAD --only-verified --fail'
18
- language: system
19
- stages: ["commit"]
0 commit comments