(resourcePath: string)
| 23 | |
| 24 | // `${resourcePath}/policies/tag` — PolicyType[TAG] lowercased. |
| 25 | const getTagPolicyName = (resourcePath: string): string => |
| 26 | `${resourcePath}/policies/${PolicyType[PolicyType.TAG].toLowerCase()}`; |
| 27 | |
| 28 | const upsertReviewConfigTag = async ( |
| 29 | resources: string[], |
no outgoing calls
no test coverage detected