Skip to content

Commit

Permalink
Prisma Cloud has found BC_AWS_S3_22 and 1 other error(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisma-cloud-devsecops[bot] authored Sep 10, 2023
1 parent 3e30ff3 commit fc756c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/cloudformation/resources/json/base_expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"S3Bucket": {
"Type": "AWS::S3::Bucket",
"Properties": {
"AccessControl": "PublicRead",
"WebsiteConfiguration": {
"IndexDocument": "index.html",
"ErrorDocument": "error.html"
Expand All @@ -22,7 +21,10 @@
"Key": "another_tag",
"Value": "another_val"
}
]
],
"PublicAccessBlockConfiguration": {
"RestrictPublicBuckets": true
}
},
"DeletionPolicy": "Retain"
}
Expand Down

0 comments on commit fc756c7

Please sign in to comment.