Skip to content

Commit

Permalink
Add ecr permissions to test (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerkretzmar authored Apr 11, 2022
1 parent 2c9d545 commit 651381a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/Unit/Commands/ConfigureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,13 @@ protected function mockPutDeploymentUserPolicy($mock): void
'logs:FilterLogEvents',
],
'Resource' => 'arn:aws:logs:*:*:log-group:/aws/lambda/*',
], [
'Effect' => 'Allow',
'Action' => [
'ecr:GetRepositoryPolicy',
'ecr:SetRepositoryPolicy',
],
'Resource' => '*',
]],
]),
]);
Expand Down

0 comments on commit 651381a

Please sign in to comment.