trufflehog
trufflehog copied to clipboard
Implemented Graphql requests for Github PR's, Issues and comments scanning
trafficstars
Description:
This Pull request replaces the HTTP API requests for Github source PR's, Issues and their comments with GraphQL requests.
Scan Results with no verification:
Note: While results may vary slightly between runs, GraphQL consistently outperforms REST in scan duration.
Checklist:
- [x] Tests passing (
make test-community)? - [x] Lint passing (
make lintthis requires golangci-lint)?