mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 09:53:48 +00:00
15 lines
476 B
Plaintext
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`
|