(ruleId: string)
| 299 | * Falls back to kebab-to-Title conversion for unknown IDs. |
| 300 | */ |
| 301 | export function getSecretLabel(ruleId: string): string { |
| 302 | return ruleIdToLabel(ruleId) |
| 303 | } |
| 304 | |
| 305 | /** |
| 306 | * Redact any matched secrets in-place with [REDACTED]. |
nothing calls this directly
no test coverage detected