Skip to content

Commit ec371a5

Browse files
feature: Add dependency explorer documentation TAROT-2953 (#2301)
* feature: Add dependency explorer documentation TAROT-2953 * fix: english misspells --------- Co-authored-by: Joana Teodoro <[email protected]>
1 parent 8d461ec commit ec371a5

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed
70.6 KB
Loading
103 KB
Loading

docs/organizations/managing-security-and-risk.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Under Security and risk management, you can find the following pages to help you
66

77
- [Overview](#dashboard)
88
- [Findings](#item-list)
9+
- [Dependencies](#dependencies-list)
910

1011
In addition, on these pages, you can [share filtered views of findings](#sharing-filtered-view), [export findings as a CSV file](#exporting-the-security-item-list), and [review severity rules and integration settings](#reviewing-settings)
1112

@@ -514,6 +515,27 @@ Security and risk management supports checking the languages and infrastructure-
514515
</tbody>
515516
</table>
516517

518+
## Dependencies {: id="dependencies-list"}
519+
520+
The **Security and risk management dependencies** page displays a unified view of all dependencies used by your repositories.
521+
522+
To access the dependencies page, access the [overview page](#dashboard) and click the **Findings** tab.
523+
524+
![Security and risk management dependencies page](images/security-risk-management-dependencies-list.png)
525+
526+
When viewing dependencies, you'll be presented with a list of the dependencies used by all repositories in your organization. For each dependency, you'll be able to see how many repositories are making use of it, how many different versions you are using across all repositories, and how many security findings were found due to the presence of that dependency.
527+
528+
You're also able to click any dependency to find out more information about it.
529+
530+
![Security and risk management dependency page](images/security-risk-management-dependencies-single.png)
531+
532+
The dependency overview page offers a quick birds-eye view of that particular dependency. You'll be able to see all different versions that are being used, including which repository is using them, the oldest and most recent versions you're leveraging, as well as the highest criticality of security issues and the license applied to any particular version of that dependency.
533+
534+
!!! important
535+
The dependency explorer is a timed business-tier feature! We'll be releasing it to every Pro user in the near future, but if in the meanwhile you want to learn about it, and other business features we're offering or have planned [get in touch with us](https://www.codacy.com/pricing)!
536+
537+
538+
517539
<sup><span id="semgrep">1</span></sup>: Semgrep supports additional security rules when signing up for [Semgrep Pro](https://semgrep.dev/pricing/).
518540
<sup><span id="yaml-only">2</span></sup>: Currently, Trivy only supports scanning YAML files on this platform.
519541
<sup><span id="client-side">3</span></sup>: Supported as a [client-side tool](../repositories-configure/local-analysis/client-side-tools.md).

0 commit comments

Comments
 (0)