Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add support table for client server mode #6498

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

AnaisUrlichs
Copy link
Member

No description provided.

Signed-off-by: AnaisUrlichs <urlichsanais@gmail.com>
@@ -2,6 +2,10 @@

Trivy has client/server mode. Trivy server has vulnerability database and Trivy client doesn't have to download vulnerability database. It is useful if you want to scan images or files at multiple locations and do not want to download the database at every location.

| Client/Server Mode | Image | Rootfs | Filesystem | Repository | Config |
|:---------------------:|:-----:|:------:|:----------:|:----------:|:------:|
| Supported | ✅ | X | ✅ | ✅ | ✅ |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can see which target supports client/server.

Rootfs is supported.

$ trivy rootfs -h | grep "\-\-server"
      --server string            server address in client mode

K8s and AWS are not supported.

$ trivy k8s -h | grep "\-\-server"
$ trivy aws -h | grep "\-\-server"
$

@AnaisUrlichs AnaisUrlichs requested a review from knqyf263 May 9, 2024 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants