trufflehog/pkg/sources
ahrav 52ffab1034
[chore] - fix import name clashes (#2143)
* fix import name clashes

* fix missing var
2023-12-01 06:53:15 -08: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 [chore] Replace chunks channel with ChunkReporter in git based sources (#2082) 2023-11-01 09:22:44 -07:00
gcs [chore] Replace chunks channel with ChunkReporter in git based sources (#2082) 2023-11-01 09:22:44 -07:00
git move all Git setup into Init method (#2105) 2023-11-16 13:59:53 -08:00
github chore(github): add a newline between titles and bodies (#2124) 2023-11-23 16:14:28 -08:00
gitlab [chore] Replace chunks channel with ChunkReporter in git based sources (#2082) 2023-11-01 09:22:44 -07:00
s3 [chore] - fix import name clashes (#2143) 2023-12-01 06:53:15 -08:00
syslog [chore] - fix import name clashes (#2143) 2023-12-01 06:53:15 -08:00
travisci Add TravisCI source (#1877) 2023-10-30 07:28:25 -07:00
chan_reporter.go [chore] Replace chunks channel with ChunkReporter in git based sources (#2082) 2023-11-01 09:22:44 -07:00
chunker.go Fix bug in chunker that surfaces with a flaky passed in io.Reader (#1838) 2023-10-02 09:38:23 -07:00
chunker_test.go [chore] - correctly handle input shorter than 512 bytes (#2077) 2023-10-31 16:42:42 -07:00
errors.go Support fatal errors in job reports (#1562) 2023-07-31 11:28:30 -05:00
errors_test.go Add TravisCI source (#1877) 2023-10-30 07:28:25 -07:00
job_progress.go [chore] Add JSON tags to job metrics (#2114) 2023-11-16 17:08:33 -08:00
job_progress_hook.go Fix nil pointer dereference when checking if a unit IsFinished (#2135) 2023-11-29 14:19:31 -08:00
job_progress_test.go [chore] Add JSON tags to job metrics (#2114) 2023-11-16 17:08:33 -08: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 [chore] Minor cleanup of source_manager.go (#2134) 2023-11-29 11:08:25 -08:00
source_manager_test.go [chore] Fix SourceManager flaky test (#2059) 2023-10-30 19:16:55 -07:00
source_unit.go Implement SourceUnitUnmarshaller for all sources (#1416) 2023-06-23 11:15:51 -05:00
sources.go move all Git setup into Init method (#2105) 2023-11-16 13:59:53 -08:00
test_helpers.go fix github integration tests (#1042) 2023-01-25 08:57:39 -08:00