Skip to content

Commit

Permalink
Disable recently added postgres detector because it it too sensitive (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-decker authored Jan 14, 2024
1 parent d0c0ba4 commit 2596331
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,7 +524,6 @@ 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 @@ -1497,7 +1496,8 @@ func DefaultDetectors() []detectors.Detector {
speechtextai.Scanner{},
databox.Scanner{},
postbacks.Scanner{},
postgres.Scanner{},
// Too noisy, needs attention
// postgres.Scanner{},
collect2.Scanner{},
uclassify.Scanner{},
holistic.Scanner{},
Expand Down

0 comments on commit 2596331

Please sign in to comment.