File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,6 @@ export class ControlPlaneNag extends Construct {
8282 regex : '/^Resource::arn:aws:codebuild:(.*):(.*)\\*$/g'
8383 } ,
8484 'Action::s3:*'
85-
86-
8785 ]
8886 } ,
8987 policy
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ export class CoreAppPlaneNag extends Construct {
4242 NagSuppressions . addResourceSuppressionsByPath (
4343 cdk . Stack . of ( this ) ,
4444 [
45- // `${nagWebPath}/TenantWebUICodePipeline/Source/TenantWebUI/CodePipelineActionRole/DefaultPolicy/Resource`,
4645 `${ nagWebPath } NpmBuildProject/Role/DefaultPolicy/Resource` ,
4746 `${ nagWebPath } CodePipeline/Role/DefaultPolicy/Resource` ,
4847 `${ nagWebPath } CodePipeline/Source/TenantWebUI/CodePipelineActionRole/DefaultPolicy/Resource` ,
You can’t perform that action at this time.
0 commit comments