From 26c4fdacd7a5c08702f508cb97bf982bd2b835d2 Mon Sep 17 00:00:00 2001 From: Hayley Denbraver Date: Wed, 8 Nov 2023 17:43:18 -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 e869d0d236..b719611fe0 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -209,4 +209,4 @@ Submoduled dependencies are included in the project folder retain their Git hist ### Vendored dependencies -Vendored dependencies have been 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