Skip to content

Commit

Permalink
re-enable detector
Browse files Browse the repository at this point in the history
  • Loading branch information
rosecodym committed Jan 18, 2024
1 parent 1a00297 commit 8fd4342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/engine/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ import (
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/positionstack"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postageapp"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postbacks"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postgres"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/posthog"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postman"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postmark"
Expand Down Expand Up @@ -1496,8 +1497,7 @@ func DefaultDetectors() []detectors.Detector {
speechtextai.Scanner{},
databox.Scanner{},
postbacks.Scanner{},
// Too noisy, needs attention
// postgres.Scanner{},
postgres.Scanner{},
collect2.Scanner{},
uclassify.Scanner{},
holistic.Scanner{},
Expand Down

0 comments on commit 8fd4342

Please sign in to comment.