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

Merged
merged 3 commits into from
May 13, 2024

Conversation

AnaisUrlichs
Copy link
Contributor

No description provided.

@AnaisUrlichs AnaisUrlichs requested a review from knqyf263 as a code owner April 15, 2024 13:58
@@ -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
@knqyf263 knqyf263 added this pull request to the merge queue May 13, 2024
Merged via the queue into aquasecurity:main with commit 787b466 May 13, 2024
7 checks passed
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.

2 participants