trufflehog/pkg/sources/github
Cody Rose dbc1464c63
Download files when reverifying (#3252)
The previous implementation of targeted file scanning pulled patches out of commit data, which didn't work for binary files (because GitHub doesn't return patches for them). This PR changes the system to always just download the requested file and scan it, which means we get binary file support.
2024-08-29 16:10:11 -04:00
..
connector.go Auth GitHub in Init (#3131) 2024-08-05 15:13:29 -04:00
connector_app.go Auth GitHub in Init (#3131) 2024-08-05 15:13:29 -04:00
connector_basicauth.go Auth GitHub in Init (#3131) 2024-08-05 15:13:29 -04:00
connector_token.go Auth GitHub in Init (#3131) 2024-08-05 15:13:29 -04:00
connector_unauthenticated.go Auth GitHub in Init (#3131) 2024-08-05 15:13:29 -04:00
github.go Download files when reverifying (#3252) 2024-08-29 16:10:11 -04:00
github_integration_test.go Download files when reverifying (#3252) 2024-08-29 16:10:11 -04:00
github_test.go Auth GitHub in Init (#3131) 2024-08-05 15:13:29 -04:00
metrics.go Fix forks and repos counter, add metric for orgs enumerated (#2118) 2023-11-21 08:52:33 -08:00
repo.go Download files when reverifying (#3252) 2024-08-29 16:10:11 -04:00