Skip to content

Commit 79bffdd

Browse files
refactor: policy changes
1 parent 9923b40 commit 79bffdd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/cdk/nagSuppressions.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,17 @@ export const nagSuppressions = (stack: Stack) => {
280280
]
281281
)
282282

283+
safeAddNagSuppression(
284+
stack,
285+
"/EpsAssistMeStack/RegressionTestPolicy/Resource",
286+
[
287+
{
288+
id: "AwsSolutions-IAM5",
289+
reason: "Auto-generated CDK Provider role requires wildcard permissions for cloudformation stack listing."
290+
}
291+
]
292+
)
293+
283294
}
284295

285296
const safeAddNagSuppression = (stack: Stack, path: string, suppressions: Array<NagPackSuppression>) => {

0 commit comments

Comments
 (0)