HIGH
Source
Trivy
ID
AVD-GCP-0055

Shielded GKE nodes not enabled.

CIS GKE Benchmark Recommendation: 6.5.5. Ensure Shielded GKE Nodes are Enabled

Shielded GKE Nodes provide strong, verifiable node identity and integrity to increase the security of GKE nodes and should be enabled on all GKE clusters.

Impact

Node identity and integrity can’t be verified without shielded GKE nodes

Follow the appropriate remediation steps below to resolve the issue.

Enable node shielding

1
2
3
 resource "google_container_cluster" "good_example" {
 	enable_shielded_nodes = "true"
 }