Skip to content

Commit

Permalink
Adding documentation for *.packages.props
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriShafet committed Nov 17, 2023
1 parent 9c0752a commit 77cf02f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/docs/coverage/language/dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ The following scanners are supported.

The following table provides an outline of the features Trivy offers.

| Package manager | File | Transitive dependencies | Dev dependencies | [Dependency graph][dependency-graph] | Position |
|:---------------:|--------------------|:-----------------------:|:----------------:|:------------------------------------:|:--------:|
| .Net Core | *.deps.json || Excluded | - ||
| NuGet | packages.config || Excluded | - | - |
| NuGet | packages.lock.json || Included |||
| Package manager | File | Transitive dependencies | Dev dependencies | [Dependency graph][dependency-graph] | Position |
|:---------------:|------------------------------|:-----------------------:|:----------------:|:------------------------------------:|:--------:|
| .Net Core | *.deps.json || Excluded | - ||
| NuGet | packages.config || Excluded | - | - |
| NuGet | packages.props | - | Excluded | - | - |
| NuGet | Directory.packages.props | - | Excluded | - | - |
| NuGet | packages.lock.json || Included |||

## *.deps.json
Trivy parses `*.deps.json` files. Trivy currently excludes dev dependencies from the report.
Expand Down

0 comments on commit 77cf02f

Please sign in to comment.