additionalVulnerabilityReportFields is not working as expected. #2242
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and will be auto-closed.
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: