From 3cf4bfda3b69ba8c246e27de869dabecb0152951 Mon Sep 17 00:00:00 2001 From: DmitriyLewen <91113035+DmitriyLewen@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:33:59 +0600 Subject: [PATCH] docs: add info about `java-db` subdir (#9706) --- docs/docs/advanced/self-hosting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/advanced/self-hosting.md b/docs/docs/advanced/self-hosting.md index 8401a5700e..a5c301fbdf 100644 --- a/docs/docs/advanced/self-hosting.md +++ b/docs/docs/advanced/self-hosting.md @@ -104,7 +104,8 @@ For Java DB the process is the same, except for the following: 1. Image location is `ghcr.io/aquasecurity/trivy-java-db:1` 2. Archive file name is `javadb.tar.gz` -3. DB file name is `trivy-java.db` +3. Java DB files names are `trivy-java.db` and `metadata.json` +4. The cache subdirectory is `java-db`. ## VEX Hub