From 787b466e069e2d04e73b3eddbda621e5eec8543b Mon Sep 17 00:00:00 2001 From: Anais Urlichs <33576047+AnaisUrlichs@users.noreply.github.com> Date: Mon, 13 May 2024 03:53:00 +0100 Subject: [PATCH] docs: add support table for client server mode (#6498) Signed-off-by: AnaisUrlichs --- docs/docs/references/modes/client-server.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/references/modes/client-server.md b/docs/docs/references/modes/client-server.md index 4e812bd48ab3..518fe45efc8a 100644 --- a/docs/docs/references/modes/client-server.md +++ b/docs/docs/references/modes/client-server.md @@ -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 | AWS | K8s | +|:---------------------:|:-----:|:------:|:----------:|:----------:|:------:|:---:|:---:| +| Supported | ✅ | ✅ | ✅ | ✅ | ✅ | X | X | + ## Server At first, you need to launch Trivy server. It downloads vulnerability database automatically and continue to fetch the latest DB in the background. ```