(email string)
| 552 | } |
| 553 | |
| 554 | func FormatGroupEmail(email string) string { |
| 555 | return fmt.Sprintf("%s%s", GroupPrefix, email) |
| 556 | } |
| 557 | |
| 558 | // IsWorkloadIdentityEmail checks if the email is a workload identity email. |
| 559 | func IsWorkloadIdentityEmail(email string) bool { |
no outgoing calls
no test coverage detected