added youneedabudget detector

This commit is contained in:
valeriegaleguimmayen 2022-03-09 22:22:35 -08:00 committed by Dustin Decker
parent b960d6e6ff
commit d59a26cbf4

View file

@ -3,13 +3,10 @@ package youneedabudget
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"