-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
chore(ec2): enhance security group with any open port check #5215
chore(ec2): enhance security group with any open port check #5215
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5215 +/- ##
==========================================
- Coverage 89.10% 89.07% -0.04%
==========================================
Files 993 993
Lines 30510 30509 -1
==========================================
- Hits 27187 27176 -11
- Misses 3323 3333 +10 ☔ View full report in Codecov by Sentry. |
…group-allow-ingress-from-internet-to-any-port
…group-allow-ingress-from-internet-to-any-port
@@ -650,7 +649,7 @@ def test_ec2_non_compliant_default_sg_pass_to_avoid_fail_twice(self): | |||
"SecurityGroups" | |||
][0] | |||
default_sg_id = default_sg["GroupId"] | |||
default_sg_name = default_sg["GroupName"] | |||
default_sg["GroupName"] |
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.
default_sg["GroupName"] | |
default_sg["GroupName"] |
Context
Fix #5172.
Description
Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change.
Checklist
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.