An open API service indexing awesome lists of open source software.

https://github.com/koumoul-dev/trivy-exporter

Run scanners on local FS and all docker containers running on a machine then produce metrics identical to those of the official trivy operator.
https://github.com/koumoul-dev/trivy-exporter

Last synced: 3 months ago
JSON representation

Run scanners on local FS and all docker containers running on a machine then produce metrics identical to those of the official trivy operator.

Awesome Lists containing this project

README

          

# trivy-exporter
Run scanners on local FS and all docker containers running on a machine then produce metrics identical to those of the official trivy operator.

## Build and test docker image

```
docker build -t trivy-exporter .
docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock:ro -v /:/rootfs:ro -v ./data:/webapp/data -p 9000:9000 trivy-exporter
```