You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps did you take and what happened:
I would like to extract additional fields like 'Description' and 'Title' from Trivy Operator reports or Prometheus metrics. I followed the documentation, added the extra fields in the values.yaml file, and then deployed the operator.
In values.yaml, I have made additions to this key "additionalVulnerabilityReportFields"
additionalVulnerabilityReportFields: "Description,Links,CVSS,Targets"
What did you expect to happen:
I'm expecting trivy to show the additional fields which are added in values.yaml. Those should be available as labels in prometheus metrics.
Environment:
Trivy-Operator version (use trivy-operator version): 0.24.0
Kubernetes version (use kubectl version): 1.30
The text was updated successfully, but these errors were encountered:
What steps did you take and what happened:
I would like to extract additional fields like 'Description' and 'Title' from Trivy Operator reports or Prometheus metrics. I followed the documentation, added the extra fields in the values.yaml file, and then deployed the operator.
In values.yaml, I have made additions to this key "additionalVulnerabilityReportFields"
additionalVulnerabilityReportFields: "Description,Links,CVSS,Targets"
What did you expect to happen:
I'm expecting trivy to show the additional fields which are added in values.yaml. Those should be available as labels in prometheus metrics.
Environment:
trivy-operator version
): 0.24.0kubectl version
): 1.30The text was updated successfully, but these errors were encountered: