Skip to content

Commit

Permalink
Merge pull request #7141 from Checkmarx/fix_query_naming
Browse files Browse the repository at this point in the history
update(query): change query name to maintain the same logic
  • Loading branch information
gabriel-cx authored Jun 19, 2024
2 parents ec629d6 + c3b2e48 commit 412095d
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 412095d

Please sign in to comment.