-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Details of ConfigAudit #177
Comments
Hi @ilyassikai, welcome 👋 What is your use case / what would your ideal metrics look like? The |
Hi, |
In case it helps: If you are running trivy-operator in a cluster, you can also use the reports directly ( As for metrics -- this feature is low priority for our customers' use cases right now, but we are open to accepting contributions adding it. |
Hello,
Thanks for this exporter.
I need to use ConfigAudit details but it is not possible on the helm (unlike vulnerabilityReports)
configAuditReports:
enabled: true
vulnerabilityReports:
enabled: true
targetLabels:
# - image_namespace
# - image_repository
# - image_tag
# - vulnerability_id
I saw on the controllers that the details are not exposed
var metricLabels = []string{
"report_name",
"resource_name",
"resource_namespace",
"severity",
}
It would be very interesting to add this possibility.
Translated with www.DeepL.com/Translator (free version)
The text was updated successfully, but these errors were encountered: