Skip to content

Commit

Permalink
fix: Removed deprecated S3.4 check (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-s58 authored Feb 19, 2025
1 parent 1b1861d commit 133ae1a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions transformations/aws/compliance-premium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,6 @@ tables: ["aws_cloudfront_distributions",
- ✅ `s3.1`: `account_level_public_access_blocks`
- ✅ `s3.2`: `publicly_readable_buckets`
- ✅ `s3.3`: `publicly_writable_buckets`
- ✅ `s3.4`: `s3_server_side_encryption_enabled`
- ✅ `s3.5`: `deny_http_requests`
- ✅ `s3.6`: `restrict_cross_account_actions`
- ✅ `s3.8`: `s3_bucket_level_public_access_prohibited`
Expand Down Expand Up @@ -984,7 +983,6 @@ tables: ["aws_cloudfront_distributions",
- ✅ `s3.1`: `publicly_writable_buckets`
- ✅ `s3.2`: `publicly_readable_buckets`
- ✅ `s3.3`: `s3_cross_region_replication`
- ✅ `s3.4`: `s3_server_side_encryption_enabled`
- ✅ `s3.5`: `deny_http_requests`
- ✅ `s3.6`: `account_level_public_access_blocks`
- ✅ `sagemaker.1`: `sagemaker_notebook_instance_direct_internet_access_disabled`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,6 @@ with
{{ union() }}
({{ s3_logs_encrypted('foundational_security','codebuild.3') }})
{{ union() }}
({{ s3_server_side_encryption_enabled('foundational_security','s3.4') }})
{{ union() }}
({{ s3_version_lifecycle_policy_check('foundational_security','s3.10') }})
{{ union() }}
({{ sagemaker_notebook_instance_direct_internet_access_disabled('foundational_security','sagemaker.1') }})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ with
{{ union() }}
({{ s3_cross_region_replication('pci_dss_v3.2.1','s3.3') }})
{{ union() }}
({{ s3_server_side_encryption_enabled('pci_dss_v3.2.1','s3.4') }})
{{ union() }}
({{ deny_http_requests('pci_dss_v3.2.1','s3.5') }})
{{ union() }}
({{ account_level_public_access_blocks('pci_dss_v3.2.1','s3.6') }})
Expand Down

0 comments on commit 133ae1a

Please sign in to comment.