trufflehog/pkg/sources
2023-09-21 13:26:10 -04:00
..
circleci Update Source interface to use SourceID and JobID types (#1774) 2023-09-14 11:28:24 -07:00
docker Update Source interface to use SourceID and JobID types (#1774) 2023-09-14 11:28:24 -07:00
filesystem Update Source interface to use SourceID and JobID types (#1774) 2023-09-14 11:28:24 -07:00
gcs Update Source interface to use SourceID and JobID types (#1774) 2023-09-14 11:28:24 -07:00
git Update Source interface to use SourceID and JobID types (#1774) 2023-09-14 11:28:24 -07:00
github replace interface{} with any. (#1771) 2023-09-15 04:35:15 -07:00
gitlab Update Source interface to use SourceID and JobID types (#1774) 2023-09-14 11:28:24 -07:00
s3 Update Source interface to use SourceID and JobID types (#1774) 2023-09-14 11:28:24 -07:00
syslog Update Source interface to use SourceID and JobID types (#1774) 2023-09-14 11:28:24 -07:00
chunker.go buffer channel. (#1718) 2023-08-28 18:08:31 -07:00
chunker_test.go Use common chunk reader (#1596) 2023-08-07 12:55:28 -07:00
errors.go Support fatal errors in job reports (#1562) 2023-07-31 11:28:30 -05:00
errors_test.go Implement String for ScanErrors (#1131) 2023-02-27 21:02:59 -06:00
job_progress.go Update Source interface to use SourceID and JobID types (#1774) 2023-09-14 11:28:24 -07:00
job_progress_test.go Update Source interface to use SourceID and JobID types (#1774) 2023-09-14 11:28:24 -07:00
mock_job_progress_test.go replace interface{} with any. (#1771) 2023-09-15 04:35:15 -07:00
resume.go [chore] Remove logrus from circleci, filesystem, gitlab, and s3 sources (#1089) 2023-02-10 11:02:55 -06:00
resume_test.go [chore] Remove logrus from circleci, filesystem, gitlab, and s3 sources (#1089) 2023-02-10 11:02:55 -06:00
source_manager.go Add ability to dynamically scale concurrently running sources (#1790) 2023-09-20 16:49:56 -07:00
source_manager_test.go Update Source interface to use SourceID and JobID types (#1774) 2023-09-14 11:28:24 -07:00
source_unit.go Implement SourceUnitUnmarshaller for all sources (#1416) 2023-06-23 11:15:51 -05:00
sources.go Adding new function SetProgressOngoing to be used when the source does not yet know how many items it is scanning and does not want to display a percentage complete. (#1802) 2023-09-21 13:26:10 -04:00
test_helpers.go fix github integration tests (#1042) 2023-01-25 08:57:39 -08:00