Skip to content

Commit

Permalink
Update cloudtrail-logs-not-encrypted.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
princechaddha committed May 13, 2024
1 parent f2fa653 commit d4ec104
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cloud/aws/cloudtrail/cloudtrail-logs-not-encrypted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ info:
tags: cloud,devops,aws,amazon,cloudtrail,aws-cloud-config

variables:
region: "ap-south-1"
region: "us-east-1"

flow: |
code(1)
for(let CloudTrail of iterate(template.cloudtrailname)){
set("trail", CloudTrail)
set("region", CloudTrail.trailregion)
set("region", template.trailregion)
code(2)
}
Expand Down Expand Up @@ -60,4 +60,3 @@ code:
- type: dsl
dsl:
- '"CloudTrail trail " + trail + " is not configured to encrypt log files using SSE-KMS encryption"'
# digest: 490a004630440220615ff60f92dc1540ae499c543e657c18d430e7b6b08291befb395d465b0dfa280220748efe3b2771beb250f0c50040e94c8c0a9a37f60fcb6c88bbe9ff55b5362fa1:922c64590222798bb761d5b6d8e72950

0 comments on commit d4ec104

Please sign in to comment.