Skip to content

Commit

Permalink
docs(website): Further fix-up the configuration entries
Browse files Browse the repository at this point in the history
The recent fix-up, 1d6fcf5, accidentally missed to also introduce the
missing `options` elements.

Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Dec 23, 2024
1 parent 6b4e302 commit 232b5c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/docs/tools/advisor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

0 comments on commit 232b5c6

Please sign in to comment.