diff --git a/infra/values/grafana-values.yaml b/infra/values/grafana-values.yaml index c702f26..a83bff9 100644 --- a/infra/values/grafana-values.yaml +++ b/infra/values/grafana-values.yaml @@ -882,7 +882,7 @@ dashboards: }, "editorMode": "code", "exemplar": false, - "expr": "sum(trivy_vulnerability_id{namespace=~\"$namespace\"}) without (instance, job, endpoint, service, container)", + "expr": "sum(trivy_vulnerability_id{namespace=~\"$namespace\"}) without (namespace, last_modified_date, instance, job, endpoint, service, container, image_digest, resource, resource_name)", "format": "table", "instant": true, "interval": "",