From 90a59b1ef603236d561b0aee597c4b839ec987d9 Mon Sep 17 00:00:00 2001 From: Jon Jensen Date: Fri, 3 Apr 2026 14:35:43 -0600 Subject: [PATCH 1/2] docs: Correct typo in --help for option --download-offline-databases --- cmd/osv-scanner/internal/cmd/helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/osv-scanner/internal/cmd/helpers.go b/cmd/osv-scanner/internal/cmd/helpers.go index eeb21aced36..682be8a0bd1 100644 --- a/cmd/osv-scanner/internal/cmd/helpers.go +++ b/cmd/osv-scanner/internal/cmd/helpers.go @@ -24,7 +24,7 @@ EXAMPLES: $ {{.Name}} scan source -r # Scan a source directory in offline mode - $ {{.Name}} scan source --offline-vulnerabilities --download-offline-database -r + $ {{.Name}} scan source --offline-vulnerabilities --download-offline-databases -r # Scan a container image $ {{.Name}} scan image From 09b45f0e87afe9f30d2ac1a817d945a90bce7e84 Mon Sep 17 00:00:00 2001 From: Jon Jensen Date: Fri, 3 Apr 2026 14:51:39 -0600 Subject: [PATCH 2/2] docs: Fix filename case that breaks link on GitHub --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f8d389fd3f..ec0f8057900 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ use GitHub pull requests for this purpose. Consult information on using pull requests. When creating a pull request, please use the provided -[pull request template](/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md) +[pull request template](/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md) and fill out the sections to ensure a smooth review process. For any new feature, please create an issue first to discuss the proposed changes