trufflehog/pkg/engine
Miccah 1cd600f70f
Use SourceManager in engine (#1586)
* Add SourceManager to Engine struct

* Update Engine methods to use the SourceManager

* Fix GCS test

The original was testing that `Init()` errors weren't surfaced in
`Finish()`, but the `SourceManager` changed that behavior.

* JobProgress race fixes

* Add contextual values

* Remove unused code

* Add debug logs

* Rename WithConcurrency to WithConcurrentSources

* Always forward chunks to the output chunks channel
2023-08-03 13:36:30 -05:00
..
circleci.go Use SourceManager in engine (#1586) 2023-08-03 13:36:30 -05:00
defaults.go Github Oauth2 verification (#1584) 2023-08-02 11:16:40 -07:00
defaults_test.go Fix include and exclude detector logic (#1267) 2023-04-26 10:49:54 -05:00
docker.go Use SourceManager in engine (#1586) 2023-08-03 13:36:30 -05:00
engine.go Use SourceManager in engine (#1586) 2023-08-03 13:36:30 -05:00
engine_test.go [chore] - Update loop to switch. (#1487) 2023-07-12 15:47:43 -07:00
filesystem.go Use SourceManager in engine (#1586) 2023-08-03 13:36:30 -05:00
gcs.go Use SourceManager in engine (#1586) 2023-08-03 13:36:30 -05:00
gcs_test.go Use SourceManager in engine (#1586) 2023-08-03 13:36:30 -05:00
git.go Use SourceManager in engine (#1586) 2023-08-03 13:36:30 -05:00
git_test.go Concurrent detection (#1580) 2023-07-31 11:12:08 -07:00
github.go Use SourceManager in engine (#1586) 2023-08-03 13:36:30 -05:00
gitlab.go Use SourceManager in engine (#1586) 2023-08-03 13:36:30 -05:00
s3.go Use SourceManager in engine (#1586) 2023-08-03 13:36:30 -05:00
syslog.go Use SourceManager in engine (#1586) 2023-08-03 13:36:30 -05:00