added hellosign detector

This commit is contained in:
Mildred Tosoc 2022-03-09 22:22:23 -08:00 committed by Dustin Decker
parent 9558a7a8e8
commit a3fd1d6d1e

View file

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