zhcli
zhcli
## Description Adding local cache mode for vulnerability scanner ## Related issues - Close #1342 ## Checklist - [x] I've read the [guidelines for contributing](https://github.com/aquasecurity/trivy-operator/blob/main/CONTRIBUTING.md) to this repository. - [x]...
version 4.3.4 example tf file - https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/monitor_alert_prometheus_rule_group ```hcl resource "azurerm_monitor_alert_prometheus_rule_group" "example" { name = "example-amprg" location = "West Europe" resource_group_name = azurerm_resource_group.example.name cluster_name = azurerm_kubernetes_cluster.example.name description = "This is the...