Skip to content

Commit

Permalink
Merge pull request #13 from openraven/210-s3-encryption
Browse files Browse the repository at this point in the history
201: Update rule to verify if default encryption could be overridden
  • Loading branch information
belosh59 authored Aug 19, 2021
2 parents 8129936 + 6be27c8 commit cd657b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/aws_s3_prevent_default_kms_key_override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: >
severity: high
enabled: true
sql: >
SELECT s3bucket.asset_id,
SELECT s3bucket.asset_id
FROM assets s3bucket
JOIN LATERAL (
SELECT value AS ssec
Expand Down

0 comments on commit cd657b4

Please sign in to comment.