Skip to content

Commit

Permalink
Merge pull request #487 from turbot/release/v0.45
Browse files Browse the repository at this point in the history
Release/v0.45
  • Loading branch information
misraved authored Aug 16, 2022
2 parents 339dda6 + be8b3a3 commit 56d5f70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.45 [2022-08-17]

_Breaking changes_

- Removed the control `cloudtrail_enabled_all_regions` since it was no longer being used by any benchmark. ([#485](https://github.com/turbot/steampipe-mod-aws-compliance/pull/485))

## v0.44 [2022-08-12]

_Bug fixes_
Expand Down
9 changes: 0 additions & 9 deletions conformance_pack/cloudtrail.sp
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,6 @@ control "cloudtrail_security_trail_enabled" {
})
}

control "cloudtrail_enabled_all_regions" {
title = "Ensure CloudTrail is enabled in all Regions"
description = "CloudTrail is a service that records AWS API calls for your account and delivers log files to you. The recorded information includes the identity of the API caller, the time of the API call, the source IP address of the API caller, the request parameters, and the response elements returned by the AWS service."
sql = query.cloudtrail_multi_region_read_write_enabled.sql

tags = merge(local.conformance_pack_cloudtrail_common_tags, {
})
}

control "cloudtrail_s3_logging_enabled" {
title = "Ensure S3 bucket access logging is enabled on the CloudTrail S3 bucket"
description = "S3 Bucket Access Logging generates a log that contains access records for each request made to your S3 bucket. An access log record contains details about the request, such as the request type, the resources specified in the request worked, and the time and date the request was processed. It is recommended that bucket access logging be enabled on the CloudTrail S3 bucket."
Expand Down

0 comments on commit 56d5f70

Please sign in to comment.