Skip to content

Commit 40606b8

Browse files
authored
changed the wording around the used by package paragraph
1 parent 3d71565 commit 40606b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@ You can disable the dependency graph at any time by clicking **Disable** next to
8484

8585
## Changing the "Used by" package
8686

87-
If the dependency graph is enabled, and your repository contains a package that's published on a supported package ecosystem, {% data variables.product.prodname_dotcom %} displays a "Used by" section in the sidebar of the **Code** tab of your repository. For more information about the supported package ecosystems, see "[About the dependency graph](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph#supported-package-ecosystems)."
87+
You may notice some repositories have a "Used by" section in the sidebar of their **Code** tab. In order for your repository to display this "Used by" section, three conditions must be met:
88+
* The dependency graph is enabled for the repository (see the above section for more details).
89+
* Your repository contains a package that is published on a [supported package ecosystem](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph#supported-package-ecosystems).
90+
* In said ecosystem, your package has a link to a *public* repository where the source is stored.
8891

8992
The "Used by" section shows the number of public references to the package that were found, and displays the avatars of some of the owners of the dependent projects.
9093

0 commit comments

Comments
 (0)