Skip to content
Merged
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 content/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ git pkgs show abc123 # changes in a single commit
Check dependencies against the OSV database for known CVEs:

```bash
git pkgs vulns # scan current dependencies
git pkgs vulns scan # scan current dependencies
git pkgs vulns blame # who introduced each vulnerability
git pkgs vulns praise # who fixed vulnerabilities
```
Expand Down