fix(delete check): delete check ec2_securitygroup_in_use_without_ingress_filtering (#2148)

This commit is contained in:
Nacho Rivera
2023-03-29 09:13:43 +02:00
committed by GitHub
parent 4331f69395
commit e8cc0e6684
8 changed files with 6 additions and 261 deletions

View File

@@ -33,9 +33,8 @@ Several checks analyse resources that are exposed to the Internet, these are:
- ec2_instance_internet_facing_with_instance_profile
- ec2_instance_public_ip
- ec2_networkacl_allow_ingress_any_port
- ec2_securitygroup_allow_ingress_from_internet_to_any_port
- ec2_securitygroup_allow_wide_open_public_ipv4
- ec2_securitygroup_in_use_without_ingress_filtering
- ec2_securitygroup_allow_ingress_from_internet_to_any_port
- ecr_repositories_not_publicly_accessible
- eks_control_plane_endpoint_access_restricted
- eks_endpoints_not_publicly_accessible