You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkdir test
cd test
echo "super-secret" > secret.file
git init
git add .
git commit -m "initial"
git log
-- get the commit hash, lets assume its is xxxxxxxxxxxx
trufflehog git file://. --since-commit xxxxxxxxxxxx --branch HEAD --trace
-- get the commit hash, lets assume its is xxxxxxxxxxxx
trufflehog git file://. --since-commit xxxxxxxxxxxx --branch HEAD --trace
What would be the purpose of this? --since-commit implicitly suggests that you don't want to include the initial commit otherwise you wouldn't be using --since-commit.
-- get the commit hash, lets assume its is xxxxxxxxxxxx
trufflehog git file://. --since-commit xxxxxxxxxxxx --branch HEAD --trace
What would be the purpose of this? --since-commit implicitly suggests that you don't want to include the initial commit otherwise you wouldn't be using --since-commit.
Uh oh!
There was an error while loading. Please reload this page.
TruffleHog Version
trufflehog 3.79
Trace Output
Expected Behavior
TH finds
super-secret
insecret.file
Actual Behavior
No findings
Steps to Reproduce
See steps above
Environment
Additional Context
The text was updated successfully, but these errors were encountered: