trufflehog/pkg
ahrav 9867ce8eb8
Allow for configuring the buffered file writer (#2319)
* Write large diffs to tmp files

* address comments

* Move bufferedfilewriter to own pkg

* update test

* swallow write err

* use buffer pool

* use size vs len

* use interface

* fix test

* update comments

* fix test

* Allow for configuring the buffered file writer

* remove unused

* add missing method

* remove

* remove unused

* move parser and commit struct closer to where they are used

* linter change

* fix snifftest

* address comments

* add more kvp pairs to error

* fix test

* update

* add back missing metadata fields

* address comments

* remove bufferedfile writer

* fix

* address comments

* use unint8

* update interface

* adjust interface

* fix tests

* make linter happy

* fix finalize

* address comments

* update test

* address comments

* lint

* remove guard

* fix test

* fix

* add TODO

* fix tests
2024-01-30 12:51:58 -08:00
..
cache Extend memory cache (#2275) 2024-01-11 08:20:37 -08:00
cleantemp Wrap temp deletion err #2277 2024-01-08 12:48:58 -05:00
common fixing incorrect acct num id for some aws keys (#2332) 2024-01-23 13:27:50 -05:00
config [chore] - fix import name clashes (#2143) 2023-12-01 06:53:15 -08:00
context Add the 'Cause' family of functions to the context wrapper library (#1725) 2023-08-30 07:57:45 -07:00
custom_detectors Support multiple custom detectors (#2064) 2023-10-30 18:17:17 -04:00
decoders Filter unique detectors by keywords in chunk (#1711) 2023-10-23 08:02:01 -07:00
detectors Detectors Updates 1 for Tristate Verification (#2187) 2024-01-30 12:20:56 -05:00
engine feat(detectors): update template (#2342) 2024-01-29 21:21:23 -08:00
gitparse Allow for configuring the buffered file writer (#2319) 2024-01-30 12:51:58 -08:00
giturl [chore] - update docs for pre-commit (#2280) 2024-01-09 15:41:27 -08:00
handlers Individuate archive tests #2293 2024-01-12 09:39:48 -05:00
log [THOG-643] Implement independent log level controls (#733) 2022-08-26 15:27:09 -05:00
output updates to plain and json printing to include verification error (#2335) 2024-01-29 11:57:28 -05:00
pb added azure protos (#2304) 2024-01-15 06:59:47 -08: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 Allow for configuring the buffered file writer (#2319) 2024-01-30 12:51:58 -08:00
sourcestest [chore] Add SourceUnitEnumChunker filesystem tests (#1873) 2023-10-16 10:42:18 -07:00
tui Use placeholder as default if field left empty and is required (#1642) 2023-10-02 17:21:40 -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
writers/buffered_file_writer Allow for configuring the buffered file writer (#2319) 2024-01-30 12:51:58 -08:00