Skip to content

Commit

Permalink
feat: simplify PDS key (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
elsapet committed Mar 3, 2023
1 parent bd7bc3e commit b81e2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/commands/process/settings/rules.go
Expand Up @@ -220,7 +220,7 @@ func mapSeverityKeysToCategories(ruleSeverity map[string]string) map[string]stri
switch key {
case "PD":
ruleSeverity["Personal Data"] = ruleSeverity[key]
case "PD(S)":
case "PDS":
ruleSeverity["Personal Data (Sensitive)"] = ruleSeverity[key]
default:
}
Expand Down

0 comments on commit b81e2c7

Please sign in to comment.