Skip to content

Commit

Permalink
Merge branch 'main' of github.com:trufflesecurity/trufflehog
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-decker committed Jan 29, 2024
1 parent 7befefd commit 8528b76
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 @@ -66,7 +66,6 @@ import (
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azurebatch"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azurecontainerregistry"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuredevopspersonalaccesstoken"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azurefunctionkey"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchadminkey"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchquerykey"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azurestorage"
Expand Down Expand Up @@ -1608,7 +1607,7 @@ func DefaultDetectors() []detectors.Detector {
azurestorage.Scanner{},
azurecontainerregistry.Scanner{},
azurebatch.Scanner{},
azurefunctionkey.Scanner{},
// azurefunctionkey.Scanner{}, // AZF is throwing some FPs
azuredevopspersonalaccesstoken.Scanner{},
azuresearchadminkey.Scanner{},
&azuresearchquerykey.Scanner{},
Expand Down

0 comments on commit 8528b76

Please sign in to comment.