trufflehog/pkg/sources
Miccah a07b6664f8
Support fatal errors in job reports (#1562)
* Support fatal errors in job reports

* WIP: JobReporter and JobInspector

* WIP: JobReportHook and JobReportRef

* Add ChunkError type and asyncRun helper method

* Rename JobReport to JobProgress

* Return a closed channel from Done when the JobProgress is nil

* Comment catchFirstFatal function
2023-07-31 11:28:30 -05:00
..
circleci Implement SourceUnitUnmarshaller for all sources (#1416) 2023-06-23 11:15:51 -05:00
docker Implement SourceUnitUnmarshaller for all sources (#1416) 2023-06-23 11:15:51 -05:00
filesystem Define SourceUnit chunking interface (#1484) 2023-07-13 14:11:43 -05:00
gcs Implement SourceUnitUnmarshaller for all sources (#1416) 2023-06-23 11:15:51 -05:00
git Add commitsScanned metrics (#1533) 2023-07-25 11:31:01 -07:00
github Do not nest transports for Github installation client (#1564) 2023-07-31 11:31:16 -04:00
gitlab feat(git): include line in github & gitlab links (#1466) 2023-07-11 20:02:27 -07:00
s3 Exit with non-zero exit code on chunk source error (#1286) 2023-06-26 11:39:57 -05:00
syslog Add Validator interface and example (#1397) 2023-06-15 08:24:32 -07:00
chunker.go [chore] - optimize chunker (#1535) 2023-07-24 19:30:29 -07:00
chunker_test.go [chore] - optimize chunker (#1535) 2023-07-24 19:30:29 -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 Support fatal errors in job reports (#1562) 2023-07-31 11:28:30 -05:00
job_progress_test.go Support fatal errors in job reports (#1562) 2023-07-31 11:28:30 -05:00
mock_job_progress_test.go Support fatal errors in job reports (#1562) 2023-07-31 11:28:30 -05: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 Support fatal errors in job reports (#1562) 2023-07-31 11:28:30 -05:00
source_manager_test.go Support fatal errors in job reports (#1562) 2023-07-31 11:28:30 -05:00
source_unit.go Implement SourceUnitUnmarshaller for all sources (#1416) 2023-06-23 11:15:51 -05:00
sources.go Initial implementation of JobReport with SourceManager usage (#1557) 2023-07-27 10:49:56 -05:00
test_helpers.go fix github integration tests (#1042) 2023-01-25 08:57:39 -08:00