trufflehog icon indicating copy to clipboard operation
trufflehog copied to clipboard

[GitHub] split enterprise-specific methods into a separate file.

Open rgmz opened this issue 6 months ago • 0 comments

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 lint this requires golangci-lint)?

rgmz avatar Apr 26 '25 23:04 rgmz