Skip to content

Commit

Permalink
Merge pull request #6818 from bbbbbrie/brie-adjust-cloud-sql-query
Browse files Browse the repository at this point in the history
fix(query): fix ssl reference in queryname for cloud sql
  • Loading branch information
gabriel-cx authored Nov 30, 2023
2 parents c1ab235 + 120422d commit 66cbf9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"queryName": "SQL DB Instance With SSL Disabled",
"severity": "HIGH",
"category": "Encryption",
"descriptionText": "Cloud SQL Database Instance should have SLL enabled",
"descriptionText": "Cloud SQL Database Instance should have SSL enabled",
"descriptionUrl": "https://docs.ansible.com/ansible/latest/collections/google/cloud/gcp_sql_instance_module.html#parameter-settings/ip_configuration/require_ssl",
"platform": "Ansible",
"descriptionID": "50bb06d6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"queryName": "SQL DB Instance With SSL Disabled",
"severity": "HIGH",
"category": "Encryption",
"descriptionText": "Cloud SQL Database Instance should have SLL enabled",
"descriptionText": "Cloud SQL Database Instance should have SSL enabled",
"descriptionUrl": "https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/instances",
"platform": "GoogleDeploymentManager",
"descriptionID": "b42ee5a9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"queryName": "SQL DB Instance With SSL Disabled",
"severity": "HIGH",
"category": "Encryption",
"descriptionText": "Cloud SQL Database Instance should have SLL enabled",
"descriptionText": "Cloud SQL Database Instance should have SSL enabled",
"descriptionUrl": "https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/sql_database_instance#require_ssl",
"platform": "Terraform",
"descriptionID": "8983549e",
Expand Down

0 comments on commit 66cbf9c

Please sign in to comment.