Skip to content

Commit 21c6cd3

Browse files
committed
docs: update coverage page
1 parent 2725e2c commit 21c6cd3

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/docs/coverage/language/dotnet.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,12 @@ The following table provides an outline of the features Trivy offers.
2121
## *.deps.json
2222
Trivy parses `*.deps.json` files. Trivy currently excludes dev dependencies from the report.
2323

24+
!!! note
25+
Trivy only includes runtime dependencies in the report.
26+
2427
## packages.config
2528
Trivy only finds dependency names and versions from `packages.config` files. To build dependency graph, it is better to use `packages.lock.json` files.
2629

27-
### libraries built into .NET Core
28-
[libraries section][net-core-libraries] of `*deps.json` file may contain dependencies that included to `.NET Core` (dependencies with empty `runtime`, `runtimeTarget` and `native` fields in [target][net-core-target] section).
29-
These dependencies are not needed by the runtime, and the `dotnet build` command doesn't create `*.dll` files for them.
30-
31-
Trivy marks these dependencies as the development dependencies and skip them by default. If you need to show them, use the `--include-dev-deps` flag.
32-
3330
## *Packages.props
3431
Trivy parses `*Packages.props` files. Both legacy `Packages.props` and modern `Directory.Packages.props` are supported.
3532

0 commit comments

Comments
 (0)