From b2d48b5427a9e241bb37715ad0c244c4959a1582 Mon Sep 17 00:00:00 2001 From: marlon pamisa Date: Wed, 9 Mar 2022 22:22:17 -0800 Subject: [PATCH] added cannyio detector --- pkg/detectors/cannyio/cannyio.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkg/detectors/cannyio/cannyio.go b/pkg/detectors/cannyio/cannyio.go index 5fee540ca..ad5620dc8 100644 --- a/pkg/detectors/cannyio/cannyio.go +++ b/pkg/detectors/cannyio/cannyio.go @@ -2,13 +2,10 @@ package cannyio import ( "context" - - // "log" + "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"