From c6800de60234e0ba45d4b45ab75938943ecc931a Mon Sep 17 00:00:00 2001 From: marlon pamisa Date: Wed, 9 Mar 2022 22:22:35 -0800 Subject: [PATCH] added webex detector --- pkg/detectors/webex/webex.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/detectors/webex/webex.go b/pkg/detectors/webex/webex.go index f14db8000..7788ab87a 100644 --- a/pkg/detectors/webex/webex.go +++ b/pkg/detectors/webex/webex.go @@ -6,11 +6,10 @@ import ( // "log" "encoding/json" "io/ioutil" + "net/http" "regexp" "strings" - "net/http" - "github.com/trufflesecurity/trufflehog/v3/pkg/common" "github.com/trufflesecurity/trufflehog/v3/pkg/detectors" "github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb"