Skip to content
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

Add new FSBP [EC2.25] control Closes #543 #586

Merged
merged 3 commits into from
Mar 22, 2023
Merged

Conversation

khushboo9024
Copy link
Contributor

No description provided.

@khushboo9024 khushboo9024 self-assigned this Mar 20, 2023
else t.title || ' not publicly accessible.'
end as reason,
-- Additional Dimensions
t.region,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@khushboo9024 once the tag 7 dimension is released, we need to update this with common dimension & tags

@rajlearner17 rajlearner17 linked an issue Mar 20, 2023 that may be closed by this pull request
Copy link
Contributor

@misraved misraved left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@khushboo9024 Could you please take a look at the suggested changes?

aws_ec2_instance
)
select
-- Required Columns
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
-- Required Columns

when t.launch_template_id in ( select public_launch_template_id from public_launch_templates ) then t.title || ' publicly accessible.'
else t.title || ' not publicly accessible.'
end as reason
-- Additional Dimensions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
-- Additional Dimensions

@misraved misraved merged commit 4000686 into release/v0.58 Mar 22, 2023
@misraved misraved deleted the issue-543 branch March 22, 2023 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add new FSBP [EC2.25] control
3 participants