trufflehog/pkg
Miccah efa404942a
Add ability to dynamically scale concurrently running sources (#1790)
* Add ability to dynamically scale concurrently running sources

Refactor SourceManager to use a counting semaphore to allow for
dymanically changing limits. This complicated `Wait() error` which needs
to return the first error encountered. We previously got that for free
using `errgroup.Group`, however now we need to handle that ourselves.
`Wait()` needs to return an error for use in the engine to set the
correct exit code.

* Group third party imports together
2023-09-20 16:49:56 -07:00
..
cache Extend cache interface (#1318) 2023-05-03 08:21:00 -07:00
common Common chunk reader (#1594) 2023-08-03 06:27:33 -07:00
config Implement EndpointCustomizer (#1291) 2023-04-27 12:23:50 -05:00
context Add the 'Cause' family of functions to the context wrapper library (#1725) 2023-08-30 07:57:45 -07:00
custom_detectors Custom detector name (#1400) 2023-06-20 13:55:31 -05:00
decoders Dedupe results (#1479) 2023-07-11 15:48:00 -05:00
detectors fixed rubygems detector (#1781) 2023-09-19 06:59:30 -07:00
engine [bug] - fix link line (#1793) 2023-09-20 14:46:00 -07:00
gitparse initial support for bare repositories (#1499) 2023-08-03 11:23:41 -05:00
giturl Ability to update line number in link (#1788) 2023-09-19 15:39:13 -07:00
handlers [bug] - correclty handle nested archived directories (#1778) 2023-09-15 04:37:15 -07:00
log [THOG-643] Implement independent log level controls (#733) 2022-08-26 15:27:09 -05:00
output replace interface{} with any. (#1771) 2023-09-15 04:35:15 -07:00
pb Add Tailscale detector (#1719) 2023-09-07 19:11:17 -07:00
protoyaml Add custom detectors configuration parsing (#927) 2022-11-21 15:10:38 -06:00
sanitizer Initial CLI w/ partially implemented Git source and demo detector (#1) 2022-01-13 12:02:24 -08:00
sources Add ability to dynamically scale concurrently running sources (#1790) 2023-09-20 16:49:56 -07:00
tui fix github org placeholder (#1627) 2023-08-15 15:27:52 -07:00
updater [chore] Remove logrus from trufflehog (#1095) 2023-02-14 17:00:07 -06:00
version Automatically update trufflehog (#121) 2022-04-03 11:51:56 -07:00