diff --git a/modules/localbreach/breach.go b/modules/localbreach/breach.go index b6c4910..d62b3a2 100644 --- a/modules/localbreach/breach.go +++ b/modules/localbreach/breach.go @@ -18,6 +18,7 @@ type BreachDataSchema struct { ContainsHashes bool `yaml:"containsHashes"` HashType string `yaml:"hashType"` HashSalted bool `yaml:"hashSalted"` + HashPeppered bool `yaml:"hashPeppered"` ContainsUsernames bool `yaml:"containsUsernames"` ContainsEmails bool `yaml:"containsEmails"` Data any `yaml:"data"`