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

fix(ec2): handle false positive in ec2_securitygroup_allow_ingress_from_internet_to_any_port #2449

Conversation

sergargar
Copy link
Member

Description

In check ec2_securitygroup_allow_ingress_from_internet_to_any_port, flag FAIL only if the Security Group is open to all ports.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@sergargar sergargar requested a review from a team as a code owner June 6, 2023 08:26
Copy link
Member

@jfagoagas jfagoagas left a comment

Choose a reason for hiding this comment

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

🚀

@jfagoagas jfagoagas merged commit 3c7580f into master Jun 6, 2023
4 checks passed
@jfagoagas jfagoagas deleted the 2442-bug-false-positive-on-ec2_securitygroup_allow_ingress_from_internet_to_any_port branch June 6, 2023 09:55
@jfagoagas jfagoagas added the provider/aws Issues/PRs related with the AWS provider label Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
provider/aws Issues/PRs related with the AWS provider
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: False positive on ec2_securitygroup_allow_ingress_from_internet_to_any_port
2 participants