trufflehog
trufflehog copied to clipboard
[GitHub] split enterprise-specific methods into a separate file.
Description:
The github.go file is large and unwieldy. Per https://github.com/trufflesecurity/trufflehog/pull/3298#issuecomment-2510010947, Chunks is only used by the enterprise code and so I've marked it as deprecated and moved it into a separate file.
+ @mcastorina
Checklist:
- [ ] Tests passing (
make test-community)? - [x] Lint passing (
make lintthis requires golangci-lint)?