mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 15:14:38 +00:00
added signaturit detector
This commit is contained in:
parent
1802e096f3
commit
d81fa6511b
1 changed files with 1 additions and 4 deletions
|
@ -3,13 +3,10 @@ package signaturit
|
|||
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"
|
||||
|
|
Loading…
Reference in a new issue