Skip to content

Commit

Permalink
added helpcrunch detector
Browse files Browse the repository at this point in the history
  • Loading branch information
roxanne-tampus authored and dustin-decker committed Mar 11, 2022
1 parent a3fd1d6 commit 470a742
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkg/detectors/helpcrunch/helpcrunch.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ package helpcrunch
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"
Expand Down

0 comments on commit 470a742

Please sign in to comment.