Skip to content

Commit

Permalink
Disabled blocknative detector (#3804)
Browse files Browse the repository at this point in the history
  • Loading branch information
kashifkhan0771 authored Dec 20, 2024
1 parent d639d2e commit 2b43d34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/engine/defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ import (
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitmex"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blazemeter"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blitapp"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blocknative"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blogger"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bombbomb"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/boostnote"
Expand Down Expand Up @@ -916,7 +915,7 @@ func buildDetectorList() []detectors.Detector {
&bitmex.Scanner{},
&blazemeter.Scanner{},
&blitapp.Scanner{},
&blocknative.Scanner{},
// &blocknative.Scanner{}, // temporary disabled due to API issue
&blogger.Scanner{},
&bombbomb.Scanner{},
&boostnote.Scanner{},
Expand Down

0 comments on commit 2b43d34

Please sign in to comment.