Skip to content

Commit

Permalink
Merge pull request #462 from wata727/add_aws_exec_read
Browse files Browse the repository at this point in the history
Add aws-exec-read ACL as a valid value
  • Loading branch information
wata727 committed Sep 28, 2019
2 parents 400de05 + 2c5442a commit f2ed21f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/awsrules/aws_s3_bucket_invalid_acl.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func NewAwsS3BucketInvalidACLRule() *AwsS3BucketInvalidACLRule {
"private",
"public-read",
"public-read-write",
"aws-exec-read",
"authenticated-read",
"log-delivery-write",
},
Expand Down

0 comments on commit f2ed21f

Please sign in to comment.