Disable recently added postgres detector because it it too sensitive (#2303)

This commit is contained in:
Dustin Decker 2024-01-13 19:52:57 -08:00 committed by GitHub
parent d0c0ba43de
commit 2596331bca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
@ -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{},