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