You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/coverage/language/nodejs.md
+4
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,9 @@ By default, Trivy doesn't report development dependencies. Use the `--include-de
55
55
### pnpm
56
56
Trivy parses `pnpm-lock.yaml`, then finds production dependencies and builds a [tree][dependency-graph] of dependencies with vulnerabilities.
57
57
58
+
!!! note
59
+
Trivy currently only supports Lockfile [v6][pnpm-lockfile-v6] or earlier.
60
+
58
61
### Bun
59
62
Trivy supports scanning `yarn.lock` files generated by [Bun](https://bun.sh/docs/install/lockfile#how-do-i-inspect-bun-s-lockfile). You can use the command `bun install -y` to generate a Yarn-compatible `yarn.lock`.
60
63
@@ -69,5 +72,6 @@ Trivy searches for `package.json` files under `node_modules` and identifies inst
69
72
It only extracts package names, versions and licenses for those packages.
0 commit comments