From 3f356b8f0fa19d250dd7e01c651d51a20845fcbd Mon Sep 17 00:00:00 2001 From: MAMIP Bot Date: Mon, 16 Dec 2024 20:05:15 +0000 Subject: [PATCH] Update detected --- policies/AWSCodeBuildReadOnlyAccess | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/policies/AWSCodeBuildReadOnlyAccess b/policies/AWSCodeBuildReadOnlyAccess index 7a666fb968..536310ff78 100644 --- a/policies/AWSCodeBuildReadOnlyAccess +++ b/policies/AWSCodeBuildReadOnlyAccess @@ -1,7 +1,7 @@ { "PolicyVersion": { - "CreateDate": "2024-05-02T01:23:27Z", - "VersionId": "v12", + "CreateDate": "2024-12-16T19:52:06Z", + "VersionId": "v13", "Document": { "Version": "2012-10-17", "Statement": [ @@ -44,8 +44,8 @@ "Resource": "*", "Effect": "Allow", "Condition": { - "StringLike": { - "codestar-notifications:NotificationsForResource": "arn:aws:codebuild:*" + "ArnLike": { + "codestar-notifications:NotificationsForResource": "arn:aws:codebuild:*:*:project/*" } }, "Sid": "CodeStarNotificationsPowerUserAccess"