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
Kiblyn11
changed the title
Trufflehog not detecting secrets after a simple pattern
Trufflehog not detecting verified secrets after a simple pattern
Oct 31, 2024
If You Are Using --only-verified
this mean the app check that the variable like aws_access_key_id
value matches the aws id syntax 'AKAASJKJDKASHDAIUH'
Then If Matches He Display it
TruffleHog Version
3.83.1
Expected Behavior
Detect the AWS Secret
Actual Behavior
Detect nothing
Steps to Reproduce
trufflehog filesystem --only-verified --no-update --json test.txt
If I run on following, it is detected
Please note it detect as expected if I remove
--only-verified
.Environment
Mac OS / Linux
The text was updated successfully, but these errors were encountered: