added copper detector

This commit is contained in:
Dustin Decker 2022-03-09 22:22:19 -08:00 committed by Dustin Decker
parent d0efe4db42
commit 56a8670e54

View file

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