Skip to content

Commit

Permalink
made ghactions imagebuilder role more permissive
Browse files Browse the repository at this point in the history
  • Loading branch information
deathtenk committed May 15, 2024
1 parent a41aa44 commit 0e7bfe2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions dev-resources/template/marketplace/ghactions-imagebuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,7 @@ Resources:
Statement:
- Effect: "Allow"
Action:
- "imagebuilder:ListComponents"
- "imagebuilder:GetComponent"
- "imagebuilder:ListImagePipelines"
- "imagebuilder:CreateImageRecipe"
- "imagebuilder:UpdateImagePipeline"
- "imagebuilder:StartImagePipelineExecution"
- "imagebuilder:TagResource"
- "imagebuilder:GetImage"
- "imagebuilder:GetImageRecipe"
- "imagebuilder:*"
Resource: "*"

Outputs:
Expand Down

0 comments on commit 0e7bfe2

Please sign in to comment.