Skip to content

Commit

Permalink
docs: link table and sections
Browse files Browse the repository at this point in the history
Signed-off-by: nikpivkin <[email protected]>
  • Loading branch information
nikpivkin committed Dec 24, 2024
1 parent 55fb02f commit e296afa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/coverage/language/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ The following table provides an outline of the features Trivy offers.

| Package manager | File | Transitive dependencies | Dev dependencies | [Dependency graph][dependency-graph] | Position | [Detection Priority][detection-priority] |
|-----------------|------------------|:-----------------------:|:----------------:|:------------------------------------:|:--------:|:----------------------------------------:|
| pip | requirements.txt | - | Include | - |||
| Pipenv | Pipfile.lock || Include | - || Not needed |
| Poetry | poetry.lock || Exclude || - | Not needed |
| uv | uv.lock || Include || - | Not needed |
| pip | requirements.txt | - | [Include](#pip) | - |||
| Pipenv | Pipfile.lock || [Include](#pipenv) | - || Not needed |
| Poetry | poetry.lock || [Exclude](#poetry) || - | Not needed |
| uv | uv.lock || [Include](#uv) || - | Not needed |


| Packaging | Dependency graph |
Expand Down

0 comments on commit e296afa

Please sign in to comment.