From 0f5f7deb892f49ec54bb3878f9e3417937b0c347 Mon Sep 17 00:00:00 2001 From: Hayley Denbraver Date: Thu, 14 Sep 2023 09:48:07 -0700 Subject: [PATCH] Update experimental.md --- docs/experimental.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/experimental.md b/docs/experimental.md index 668529a62c..1ff704a1c0 100644 --- a/docs/experimental.md +++ b/docs/experimental.md @@ -84,7 +84,7 @@ Where `{local_db_dir}` can be set by the `OSV_SCANNER_LOCAL_DB_CACHE_DIRECTORY` If the `OSV_SCANNER_LOCAL_DB_CACHE_DIRECTORY` environment variable is _not_ set, OSV-Scanner will attempt to look for the database in the following locations, in this order: 1. The location returned by [`os.UserCacheDir`](https://pkg.go.dev/os#UserCacheDir) -2. The location returned by [os.TempDir](https://pkg.go.dev/os#TempDir) +2. The location returned by [`os.TempDir`](https://pkg.go.dev/os#TempDir) The database can be [downloaded manually](./experimental.md#manual-database-download) or by using the [`--experimental-local-db` flag](./experimental.md#local-database-option). @@ -127,4 +127,4 @@ Set the location of your manually downloaded database by following the instructi ### Limitations -1. Commit level scanning is not supported. \ No newline at end of file +1. Commit level scanning is not supported.