Detailed CVE not showing #2664
Unanswered
cassiovittori
asked this question in
Help & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! I deployed trivy operator in my test cluster managed with Rancher where i have a kube-prometheus-stack and grafana running. I imported a dashboard from https://github.com/dotdc/grafana-dashboards-kubernetes/tree/master, in this dashboard it has the option to extract metrics for CVE in All namespaces by passing operator.metricsVulnIdEnabled: true, which i did, but even then my prometheus can't seem to find the metric inside my query "trivy_vulnerability_id".
my values.yaml:
serviceMonitor: enabled: true namespace: monitoring endpoints: - port: metrics path: /metrics trivy: ignoreUnfixed: true operator: metricsVulnIdEnabled: true trivy: severity: "CRITICAL,HIGH"Let me know if i can provide anymore information.
Beta Was this translation helpful? Give feedback.
All reactions