-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(query): align queries #5999
Conversation
2d826c4
to
49e4dc4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -3,7 +3,7 @@ | |||
"queryName": "ElastiCache Nodes Not Created Across Multi AZ", | |||
"severity": "MEDIUM", | |||
"category": "Availability", | |||
"descriptionText": "ElastiCache Nodes should have 'AZMode' set to 'cross-az' in in multi nodes cluster", | |||
"descriptionText": "ElastiCache Nodes should be created across multi az, which means 'AZMode' should be set to 'cross-az' in in multi nodes cluster", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you delete one of the double "in", please? (The same applies for assets/queries/terraform/aws/elasticache_nodes_not_created_across_multi_az
and assets/queries/pulumi/aws/elasticache_nodes_not_created_across_multi_az
)
"descriptionText": "ElastiCache Nodes should be created across multi az, which means 'AZMode' should be set to 'cross-az' in in multi nodes cluster", | |
"descriptionText": "ElastiCache Nodes should be created across multi az, which means 'AZMode' should be set to 'cross-az' in multi nodes cluster", |
@@ -1,9 +1,9 @@ | |||
{ | |||
"id": "9fcd0a0a-9b6f-4670-a215-d94e6bf3f184", | |||
"queryName": "RDS DB Instance With IAM Auth Disabled", | |||
"queryName": "IAM Database Auth Not Enabled", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change the query folder name, please?
49e4dc4
to
cfbce01
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you so much @roi-orca for another amazing contribution!!
align queries cross different platforms
Proposed Changes
align queries cross different platforms
Queries:
COS Node Image Not Used
ElastiCache Nodes Not Created Across Multi AZ
IAM Database Auth Not Enabled
CloudFront Logging Disabled
SQS With SSE Disabled
CloudTrail Log Files Not Encrypted With KMS
Serial Ports Are Enabled For VM Instances
I submit this contribution under the Apache-2.0 license.