From a0972f8b8fa99f688f1104c5658a51f0d7a4d7cd Mon Sep 17 00:00:00 2001 From: Mildred Tosoc Date: Wed, 9 Mar 2022 22:22:17 -0800 Subject: [PATCH] added browshot detector --- pkg/detectors/browshot/browshot.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkg/detectors/browshot/browshot.go b/pkg/detectors/browshot/browshot.go index 88e6e87ee..34a2f5198 100644 --- a/pkg/detectors/browshot/browshot.go +++ b/pkg/detectors/browshot/browshot.go @@ -2,13 +2,10 @@ package browshot 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"