Sign inSign up

datoma/trivy-local-server

By datoma

Updated almost 6 years ago

Trivy server component as docker service

Image
0

327

datoma/trivy-local-server repository overview

trivy

What

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.

command

see the sample docker-compose file and run it via

docker-compose up -d

trivy client

command
docker run --name trivy-client --rm -it datoma/trivy-local-server:latest trivy client --remote https://<SERVERNAME>:4954 <IMAGE_TO_CHECK>
json as output
docker run --name trivy-client --rm -it datoma/trivy-local-server:latest trivy client --remote https://<SERVERNAME>:4954 -f json <IMAGE_TO_CHECK>

Github

https://github.com/datoma/trivy-local-server

Dockerhub

https://hub.docker.com/repository/docker/datoma/trivy-local-server

Tag summary

Content type

Image

Digest

Size

11.5 MB

Last updated

almost 6 years ago

docker pull datoma/trivy-local-server