Skip to content

Commit

Permalink
Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mponaws committed Aug 13, 2024
1 parent 7c8be1d commit 306b374
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Resources:
Resource: "arn:aws:sqs:us-east-2:444455556666:queue2"
Principal:
AWS:
- "*" #111122223333
- "111122223333" #111122223333
Outputs:
AccessKey:
Value: !Ref 'CFNKeys'
Expand Down
1 change: 0 additions & 1 deletion test/check-no-new-access/cfn/reference-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"Effect": "Allow",
"Resource": "*",
"NotAction": [
"cloudformation:*",
"securityhub:DisableSecurityHub"
]
}
Expand Down

0 comments on commit 306b374

Please sign in to comment.