Skip to content

Commit

Permalink
Merge branch 'main' into action-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayley Denbraver authored Sep 17, 2023
2 parents d479835 + 97e877a commit f8f03c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/experimental.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -127,4 +127,4 @@ Set the location of your manually downloaded database by following the instructi

### Limitations

1. Commit level scanning is not supported.
1. Commit level scanning is not supported.

0 comments on commit f8f03c9

Please sign in to comment.