From d86dedacd0d457a83bb71abfb4d4d7828042f33e Mon Sep 17 00:00:00 2001 From: Hayley Denbraver Date: Sun, 12 Nov 2023 16:00:00 -0800 Subject: [PATCH] Update docs/usage.md Co-authored-by: Andrew Pollock --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index efa6410ade..975852c849 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -142,4 +142,4 @@ Submoduled dependencies are included in the project folder retain their Git hist ### Vendored dependencies -Vendored dependencies have been directly copied into the project folder, but do not retain their Git histories. OSV-Scanner uses OSV's [determineversion API](https://google.github.io/osv.dev/post-v1-determineversion/) to estimate each dependency's version (and associated Git Commit). Vulnerabilities for the estimated version are returned. This process requires no additional work from the user. Run OSV-Scanner as you normally would. \ No newline at end of file +Vendored dependencies have been directly copied into the project folder, but do not retain their Git histories. OSV-Scanner uses OSV's [determineversion API](https://google.github.io/osv.dev/post-v1-determineversion/) to estimate each dependency's version (and associated Git commit). Vulnerabilities for the estimated version are returned. This process requires no additional work from the user. Run OSV-Scanner as you normally would. \ No newline at end of file