Skip to content

Commit

Permalink
feat: Added ecr:GetAuthorizationToken for private ECR with Docker cap…
Browse files Browse the repository at this point in the history
…abilities (#12)
  • Loading branch information
good92 authored Oct 31, 2022
1 parent a2c318c commit 0a087ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ data "aws_iam_policy_document" "repository" {
}

actions = [
"ecr:GetAuthorizationToken",
"ecr:BatchCheckLayerAvailability",
"ecr:BatchGetImage",
"ecr:DescribeImageScanFindings",
Expand Down

0 comments on commit 0a087ca

Please sign in to comment.