10 lines
383 B
Markdown
10 lines
383 B
Markdown
|
|
# 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`
|