Run scanners on local FS and all docker containers running on a machine then produce metrics identical to those of the official trivy operator.
docker build -t trivy-exporter-dev .
docker run -it --rm --name trivy-dev -v /var/run/docker.sock:/var/run/docker.sock:ro -v ./rootfs:/webapp/rootfs:ro -v ./data:/webapp/data -p 9000:9000 trivy-exporter-dev