Skip to content

Commit

Permalink
update(query): change query name to maintain the same logic
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturRibeiro-CX committed Jun 18, 2024
1 parent ec629d6 commit c3b2e48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "93bb2065-63ec-45a2-a466-f106b56f2e32",
"queryName": "(Beta) Cvm Instance Using Default Security Group",
"queryName": "(Beta) CVM Instance Using Default Security Group",
"severity": "LOW",
"category": "Access Control",
"descriptionText": "Cvm instances should not use default security group(s)",
"descriptionText": "CVM instances should not use default security group(s)",
"descriptionUrl": "https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/latest/docs/resources/instance#orderly_security_groups",
"platform": "Terraform",
"descriptionID": "8b32294d",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"queryName": "(Beta) Cvm Instance Using Default Security Group",
"queryName": "(Beta) CVM Instance Using Default Security Group",
"severity": "LOW",
"line": 18,
"fileName": "positive1.tf"
},
{
"queryName": "(Beta) Cvm Instance Using Default Security Group",
"queryName": "(Beta) CVM Instance Using Default Security Group",
"severity": "LOW",
"line": 18,
"fileName": "positive2.tf"
Expand Down

0 comments on commit c3b2e48

Please sign in to comment.