File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ import (
53
53
atlassianv2 "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atlassian/v2"
54
54
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/audd"
55
55
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0managementapitoken"
56
- "github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0oauth"
57
56
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autodesk"
58
57
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autoklose"
59
58
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autopilot"
@@ -881,7 +880,7 @@ func buildDetectorList() []detectors.Detector {
881
880
& atlassianv2.Scanner {},
882
881
& audd.Scanner {},
883
882
& auth0managementapitoken.Scanner {},
884
- & auth0oauth.Scanner {},
883
+ // &auth0oauth.Scanner{},
885
884
& autodesk.Scanner {},
886
885
& autoklose.Scanner {},
887
886
& autopilot.Scanner {},
You can’t perform that action at this time.
0 commit comments