mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
Only add detectors once (#1265)
This commit is contained in:
parent
531e3ef6c3
commit
0507f0eb87
1 changed files with 0 additions and 1 deletions
1
main.go
1
main.go
|
@ -285,7 +285,6 @@ func run(state overseer.State) {
|
|||
e := engine.Start(ctx,
|
||||
engine.WithConcurrency(*concurrency),
|
||||
engine.WithDecoders(decoders.DefaultDecoders()...),
|
||||
engine.WithDetectors(!*noVerification, engine.DefaultDetectors()...),
|
||||
engine.WithDetectors(!*noVerification, engine.CustomDetectors(ctx, urls)...),
|
||||
engine.WithDetectors(!*noVerification, conf.Detectors...),
|
||||
engine.WithFilterDetectors(includeFilter),
|
||||
|
|
Loading…
Reference in a new issue