(value string)
| 520 | } |
| 521 | |
| 522 | func redactTaskSecretText(value string) string { |
| 523 | return diagnostics.Redact(RedactClaimTokens(value)) |
| 524 | } |
| 525 | |
| 526 | func redactTaskSecretJSON(raw json.RawMessage) json.RawMessage { |
| 527 | if len(raw) == 0 { |
no test coverage detected