mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
Disable recently added postgres detector because it it too sensitive (#2303)
This commit is contained in:
parent
d0c0ba43de
commit
2596331bca
1 changed files with 2 additions and 2 deletions
|
@ -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{},
|
||||
|
|
Loading…
Reference in a new issue