Skip to content

Commit

Permalink
Merge pull request #6867 from aristosvo/fix/query-name-security-group
Browse files Browse the repository at this point in the history
fix(query): improve query name security_group_without_description
  • Loading branch information
JulioSCX authored Oct 10, 2024
2 parents b6b4107 + 9d02c3b commit 227c276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "cb3f5ed6-0d18-40de-a93d-b3538db31e8c",
"queryName": "Security Group Rule Without Description",
"queryName": "Security Group Without Description",
"severity": "INFO",
"category": "Best Practices",
"descriptionText": "It's considered a best practice for AWS Security Group to have a description",
Expand All @@ -9,4 +9,4 @@
"descriptionID": "bc535d27",
"cloudProvider": "aws",
"cwe": "710"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"queryName": "Security Group Rule Without Description",
"queryName": "Security Group Without Description",
"severity": "INFO",
"line": 1,
"filename": "positive1.tf"
Expand Down

0 comments on commit 227c276

Please sign in to comment.