From a6661945a30dba05aa59826efe7165faa2247860 Mon Sep 17 00:00:00 2001 From: Itay Shakury Date: Thu, 31 Oct 2024 13:28:22 +0200 Subject: [PATCH] Update docs/docs/configuration/db.md Co-authored-by: Teppei Fukuda --- docs/docs/configuration/db.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/db.md b/docs/docs/configuration/db.md index c49851e5bd0c..9d90f9f950c5 100644 --- a/docs/docs/configuration/db.md +++ b/docs/docs/configuration/db.md @@ -80,7 +80,7 @@ The flags accepts multiple values, which can be used to specify multiple alterna For example: ``` -trivy image --db-repository my.registry.local/trivy-db,registry.gitlab.com/gitlab-org/security-products/dependencies/trivy-db alpine +trivy image --db-repository my.registry.local/trivy-db --db-repository registry.gitlab.com/gitlab-org/security-products/dependencies/trivy-db alpine ``` !!! note