Skip to content

too many images to scan but it takes too long time, how can i do #1720

Answered by afdesk
taczc64 asked this question in Q&A
Discussion options

You must be logged in to vote

@taczc64 I'd try to use redis for cache in client/server mode.
I did a test:

$ docker run -d --rm -p 6379:6379 redis:latest
$ trivy -d server --cache-backend redis://localhost:6379 --listen localhost:8080

and run 2 tests from 2 terminals:

$ trivy -d client --remote http://localhost:8080 elasticsearch:7.14.2
$ trivy -d client --remote http://localhost:8080 elasticsearch:5.6.13

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@taczc64
Comment options

Answer selected by taczc64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants