Skip to content

Commit

Permalink
Update CodeBuild IAM role
Browse files Browse the repository at this point in the history
  • Loading branch information
mwkaufman committed Jul 9, 2020
1 parent 7b32da8 commit 1d0623e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/codebuild_role_policy.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
"ecr:UploadLayerPart",
"ecr:CompleteLayerUpload",
"ecr:DescribeImages",
"ecr:ListImages"
"ecr:ListImages",
"events:*"
],
"Resource": [
"*"
Expand Down

0 comments on commit 1d0623e

Please sign in to comment.