added sparkpost detector

This commit is contained in:
Alemhar Salihuddin 2022-03-09 22:22:32 -08:00 committed by Dustin Decker
parent 71b259d0f2
commit 58c35cabf7

View file

@ -2,13 +2,10 @@ package sparkpost
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"