kube-trivy-exporter icon indicating copy to clipboard operation
kube-trivy-exporter copied to clipboard

KubeTrivyExporter is Prometheus Exporter that collects all vulnerabilities detected by aquasecurity/trivy in the kubernetes cluster.

Results 12 kube-trivy-exporter issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20191024172528-b4ff53e7a1cb to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20191024172528-b4ff53e7a1cb&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.0.0-20190404173353-6a84e37a896d to 0.15.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=k8s.io/apimachinery&package-manager=go_modules&previous-version=0.0.0-20190404173353-6a84e37a896d&new-version=0.15.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20191021144547-ec77196f6094 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20191021144547-ec77196f6094&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.2.1 to 1.11.1. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.11.1 / 2022-02-15 [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed CVE-2022-21698) What's...

dependencies

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...

Update dockerfile to use latest trivy release

I build the image from master branch. There is multiple image in my cluster from my private registry and public docker.io. In the log I see only the failed image....

I build the image from source from master. When i start the image in my kubernetes cluster the container dies because id dose not find the jaeger-agent.istio-system.svc.cluster.local. I tried start...

would be great if the image would be publicly available, like on docker hub

This updates trivy and the alpine base image to the latest version. Also runs the container as non-root by default (the new `kube-trivy-exporter` user). I updated the mount path and...