kaidotdev / kube-trivy-exporter

KubeTrivyExporter is Prometheus Exporter that collects all vulnerabilities detected by aquasecurity/trivy in the kubernetes cluster.
MIT License
52 stars 15 forks source link

Bump Trivy to 0.24.1 (+ updated Go & dependencies) #13

Open JoooostB opened 2 years ago

JoooostB commented 2 years ago

This PR bumps the version of Trivy from 0.12.0 to 0.24.1 and adds necessary changes to the structs to accommodate the different JSON output.

I also bumped the Go version to 1.17 and updated all it's dependencies.