From 00d1635927d79914daa282fb72c1e20dc9fd0461 Mon Sep 17 00:00:00 2001 From: Frank Viernau Date: Mon, 23 Dec 2024 22:22:14 +0100 Subject: [PATCH] docs(website): Further fix-up the configuration entries The recent fix-up, 1d6fcf5, accidentally missed to also introduce the missing `options` elements. Signed-off-by: Frank Viernau --- website/docs/tools/advisor.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/docs/tools/advisor.md b/website/docs/tools/advisor.md index 737e4c6b3fdc6..38050fb6db805 100644 --- a/website/docs/tools/advisor.md +++ b/website/docs/tools/advisor.md @@ -32,7 +32,8 @@ ort: advisor: config: osv: - serverUrl: "https://api-staging.osv.dev" + options: + serverUrl: "https://api-staging.osv.dev" ``` To enable this provider, pass `-a OSV` on the command line. @@ -47,7 +48,8 @@ ort: advisor: config: vulnerableCode: - serverUrl: "http://localhost:8000" + options: + serverUrl: "http://localhost:8000" ``` To enable this provider, pass `-a VulnerableCode` on the command line.