mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-14 08:57:40 +00:00
[chore] Update custom detector default description (#3398)
This commit is contained in:
parent
3ac63414a2
commit
fe97978143
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ func (c *CustomRegexWebhook) Type() detectorspb.DetectorType {
|
|||
return detectorspb.DetectorType_CustomRegex
|
||||
}
|
||||
|
||||
const defaultDescription = "This is a customer-defined detector with no description provided."
|
||||
const defaultDescription = "This is a user-defined detector with no description provided."
|
||||
|
||||
func (c *CustomRegexWebhook) Description() string {
|
||||
if c.GetDescription() == "" {
|
||||
|
|
Loading…
Reference in a new issue