Skip to content

Commit

Permalink
Update S3GlobalViewACL.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmithv11 committed Sep 13, 2024
1 parent 6242ef1 commit 77cb04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkov/terraform/checks/resource/aws/S3GlobalViewACL.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class S3GlobalViewACL(BaseResourceCheck):
def __init__(self) -> None:
name = "Ensure AWS S3 bucket does not have global view ACL permissions enabled"
id = "CKV_AWS_799"
id = "CKV_AWS_374"
supported_resource = ("aws_s3_bucket_acl",)
categories = (CheckCategories.NETWORKING,)
super().__init__(name=name, id=id, categories=categories, supported_resources=supported_resource)
Expand Down

0 comments on commit 77cb04f

Please sign in to comment.