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
2025/02/05 10:18:02 RoundTripper returned a response & error; ignoring response
[x] Error: Post "https://sourcegraph.com/.api/graphql": non-safe request returned success
Expected Behavior
Sourcegraph Analyzer should output user info and permissions.
Actual Behavior
The Analyzer Roundtripper saw that we sent a POST request and it returned a 200 and threw an error. The problem is the Sourcegraph Analyzer uses Sourcegraph's GraphQL service, which requires a POST request (even for simple GET like requests). So this doesn't seem to be working at all.
Steps to Reproduce
Log into sourcegraph.
Click on Settings > Access Tokens.
Create an access token.
Run trufflehog analyze sourcegraph and input the key.
The text was updated successfully, but these errors were encountered:
Trace Output
Expected Behavior
Sourcegraph Analyzer should output user info and permissions.
Actual Behavior
The Analyzer Roundtripper saw that we sent a POST request and it returned a 200 and threw an error. The problem is the Sourcegraph Analyzer uses Sourcegraph's GraphQL service, which requires a POST request (even for simple GET like requests). So this doesn't seem to be working at all.
Steps to Reproduce
trufflehog analyze sourcegraph
and input the key.The text was updated successfully, but these errors were encountered: