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.
1 parent b2a6fe4 commit fe0811eCopy full SHA for fe0811e
.pre-commit-config.yaml
@@ -116,4 +116,4 @@ repos:
116
# entry: bash -c 'trufflehog --no-update git file://. --since-commit HEAD --results=verified,unknown --fail'
117
entry: bash -c 'docker run --rm -v "$(pwd):/workdir" -i --rm trufflesecurity/trufflehog:latest git file:///workdir --since-commit HEAD --results=verified,unknown --fail'
118
language: system
119
- stages: ["pre-commit", "pre-push"]
+ stages: ["pre-push"]
0 commit comments