Skip to content

Commit

Permalink
Bug fix and cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Bergstrom committed Apr 18, 2023
1 parent 6bbc60a commit c757e6b
Show file tree
Hide file tree
Showing 4 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": "Shielded GKE Nodes Disabled",
"severity": "MEDIUM",
"category": "Insecure Configurations",
"descriptionText": "GKE cluster nodes must be launched with Shielded VM enabled, which means the attribute 'enable_shielded_nodes' must be defined and be set to 'true'.",
"descriptionText": "GKE cluster nodes must be launched with Shielded VM enabled, which means the attribute 'enable_shielded_nodes' must be set to 'true'.",
"descriptionUrl": "https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#enable_shielded_nodes",
"descriptionID": "579a0727",
"platform": "Terraform",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ackage Cx
package Cx

import data.generic.terraform as tf_lib

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"queryName": "Shielded GKE Nodes Disabled",
"severity": "MEDIUM",
"line": 4,
"fileName": "positive2.tf"
"fileName": "positive.tf"
}
]

0 comments on commit c757e6b

Please sign in to comment.