Files
cheatsheet-tldr/tldr/bun-pm-scan
2026-02-26 00:25:28 +00:00

15 lines
476 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# bun pm scan
> Scan packages for security vulnerabilities using Bun's integrated security scanner.
> This scan also runs automatically during `bun install` after configuring the scanner in `bunfig.toml` and installing `@bun-security-scanner/osv` from npm.
> More information: <https://bun.com/docs/pm/security-scanner-api>.
- Scan dependencies for vulnerabilities:
`bun pm scan`