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 ea892d7 commit 8cfb0a1Copy full SHA for 8cfb0a1
.husky/pre-commit
@@ -8,9 +8,5 @@ git update-index --again
8
9
# check for secrets
10
if [ -z "$CI" ] && [ -z "$GITHUB_ACTIONS" ]; then
11
- if command -v trufflehog >/dev/null 2>&1; then
12
- trufflehog git file://. --since-commit HEAD --fail
13
- else
14
- echo "Warning: trufflehog not found, skipping secret scanning"
15
- fi
+ trufflehog git file://. --since-commit HEAD --fail
16
fi
0 commit comments