From 0cb85d71bad2548d2c13d4d545ff39eb8223e795 Mon Sep 17 00:00:00 2001 From: Mildred Tosoc Date: Wed, 9 Mar 2022 22:22:22 -0800 Subject: [PATCH] added fullstory detector --- pkg/detectors/fullstory/fullstory.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkg/detectors/fullstory/fullstory.go b/pkg/detectors/fullstory/fullstory.go index 145503c78..4489fcda2 100644 --- a/pkg/detectors/fullstory/fullstory.go +++ b/pkg/detectors/fullstory/fullstory.go @@ -3,13 +3,10 @@ package fullstory import ( "context" "fmt" - - // "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"