Skip to content

Commit

Permalink
Merge pull request #98 from austintraver/clarify-rule
Browse files Browse the repository at this point in the history
Clarify rule description
  • Loading branch information
SeaBlooms authored Sep 5, 2024
2 parents c044527 + 68b7df5 commit 93aa0ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rule-packs/aws-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -920,8 +920,8 @@
"alertLevel": "HIGH"
},
{
"name": "ec2-security-group-attached-to-eni",
"description": "Checks that non-default security groups are attached to EC2 instances or an ENI.",
"name": "nondefault-security-group-without-attachment",
"description": "Checks for any non-default security groups present but not attached to any EC2 instances or ENI.",
"queries": [
{
"name": "query0",
Expand Down

0 comments on commit 93aa0ce

Please sign in to comment.