Skip to content

Commit

Permalink
add CLI remediation
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCloudSec authored Sep 11, 2024
1 parent 5c5b12f commit 81e0444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"RelatedUrl": "https://docs.aws.amazon.com/config/latest/developerguide/vpc-network-acl-unused-check.html",
"Remediation": {
"Code": {
"CLI": "",
"CLI": "aws ec2 delete-network-acl --network-acl-id <nacl_id>",
"NativeIaC": "",
"Other": "https://docs.aws.amazon.com/securityhub/latest/userguide/ec2-controls.html#ec2-16",
"Terraform": ""
Expand Down

0 comments on commit 81e0444

Please sign in to comment.