Trivy server component as docker service
327
trivy as server component
Note: IF you want to check local Images. you hvbe to mount the docker socket and remove the user trivy - but thats very unsecure.
see the sample docker-compose file and run it via
docker-compose up -d
docker run --name trivy-client --rm -it datoma/trivy-local-server:latest trivy client --remote https://<SERVERNAME>:4954 <IMAGE_TO_CHECK>
docker run --name trivy-client --rm -it datoma/trivy-local-server:latest trivy client --remote https://<SERVERNAME>:4954 -f json <IMAGE_TO_CHECK>
https://github.com/datoma/trivy-local-server
https://hub.docker.com/repository/docker/datoma/trivy-local-server
Content type
Image
Digest
Size
11.5 MB
Last updated
almost 6 years ago
docker pull datoma/trivy-local-server