We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug E.g., the policy terraform-gcp-security-gke-enable-auto-repair is not applied to this GKE config:
resource "google_container_node_pool" "node_pool" { name = "mondoo-operator-pool-${random_string.suffix.result}" location = "us-central1-a" cluster = google_container_cluster.cluster.id node_count = 1 node_config { spot = true machine_type = "e2-standard-2" } }
The config block management is missing. So, the setting is missing and the policy should fail.
management
This applies to some more policies.
To Reproduce Steps to reproduce the behavior:
Expected behavior The control should fail.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
mm-weber
No branches or pull requests
Describe the bug
E.g., the policy terraform-gcp-security-gke-enable-auto-repair is not applied to this GKE config:
The config block
management
is missing. So, the setting is missing and the policy should fail.This applies to some more policies.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The control should fail.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: