Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/osv-scanner/internal/cmd/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ EXAMPLES:
$ {{.Name}} scan source -r <source_directory>

# Scan a source directory in offline mode
$ {{.Name}} scan source --offline-vulnerabilities --download-offline-database -r <source_directory>
$ {{.Name}} scan source --offline-vulnerabilities --download-offline-databases -r <source_directory>

# Scan a container image
$ {{.Name}} scan image <image_name>
Expand Down
Loading