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
The issue is that there's no check json.Unmarshal succeeded. Just because err == nil doesn't mean unmarshalling was successful; if you provide it garbage data, the unmarshaller happily returns an empty struct :).
Please review the Community Note before submitting
TruffleHog Version
Dev
Trace Output
To obtain the trace output, run trufflehog with the --trace flag.
--->
Expected Behavior
should cause a panic error
Actual Behavior
caused error while verifying GCP credentials
Steps to Reproduce
Environment
Ubuntu latest
Additional Context
References
The text was updated successfully, but these errors were encountered: