Skip to content

Commit

Permalink
chore: Fix title on s3 acl check
Browse files Browse the repository at this point in the history
Uppercase the ACL in the ignore public ACL check so it is consistent with the other titles containing ACL
  • Loading branch information
owenrumney committed Feb 6, 2025
1 parent c718188 commit af2b10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/cloud/aws/s3/ignore_public_acls.rego
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# METADATA
# title: S3 Access Block should Ignore Public Acl
# title: S3 Access Block should Ignore Public ACL
# description: |
# S3 buckets should ignore public ACLs on buckets and any objects they contain. By ignoring rather than blocking, PUT calls with public ACLs will still be applied but the ACL will be ignored.
# scope: package
Expand Down

0 comments on commit af2b10a

Please sign in to comment.