Skip to content

Commit

Permalink
Disable GetEmails
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-decker committed Mar 4, 2022
1 parent 9cb99e5 commit 6f32b10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/engine/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ import (
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodify"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodio"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geoipifi"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getemails"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgeoapi"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgist"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github"
Expand Down Expand Up @@ -782,7 +781,7 @@ func DefaultDetectors() []detectors.Detector {
cloudplan.Scanner{},
autoklose.Scanner{},
appcues.Scanner{},
getemails.Scanner{},
// getemails.Scanner{},
leadfeeder.Scanner{},
uplead.Scanner{},
audd.Scanner{},
Expand Down

0 comments on commit 6f32b10

Please sign in to comment.