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.
- Host: GitHub
- URL: https://github.com/koumoul-dev/trivy-exporter
- Owner: koumoul-dev
- License: mit
- Created: 2023-06-29T07:20:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T13:26:36.000Z (almost 2 years ago)
- Last Synced: 2025-06-09T17:05:03.969Z (6 months ago)
- Language: JavaScript
- Size: 340 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```