Skip to content

Commit

Permalink
remove magnetic from default (#3920)
Browse files Browse the repository at this point in the history
  • Loading branch information
zricethezav authored Feb 18, 2025
1 parent 52ae3c3 commit 77447e6
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 @@ -419,7 +419,6 @@ import (
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/luno"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/madkudu"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/magicbell"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/magnetic"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailboxlayer"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailchimp"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailerlite"
Expand Down Expand Up @@ -1259,7 +1258,7 @@ func buildDetectorList() []detectors.Detector {
// &m3o.Scanner{},
&madkudu.Scanner{},
&magicbell.Scanner{},
&magnetic.Scanner{},
// &magnetic.Scanner{},
&mailboxlayer.Scanner{},
&mailchimp.Scanner{},
&mailerlite.Scanner{},
Expand Down

0 comments on commit 77447e6

Please sign in to comment.