Skip to content

Commit 054d6f1

Browse files
committed
added feature flag + updated supply chain doc
1 parent 93093c0 commit 054d6f1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ To generate the dependency graph, {% data variables.product.company_short %} loo
6868
- The dependency graph is automatically updated when you push a commit to {% data variables.product.company_short %} that changes or adds a supported manifest or lock file to the default branch, and when anyone pushes a change to the repository of one of your dependencies.
6969
- You can see the dependency graph by opening the repository's main page on {% data variables.product.product_name %}, and navigating to the **Insights** tab.
7070

71+
{% ifversion dependency-submission-api %}
72+
{% data reusables.dependency-submission.dependency-submission-link %}
73+
{% endif %}
74+
7175
For more information about the dependency graph, see "[About the dependency graph](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph)."
7276

7377
{% ifversion fpt or ghec or ghes > 3.1 or ghae %}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Reference: #6397
2+
# Documentation for dependency submission API (beta)
3+
versions:
4+
fpt: '*'
5+
ghec: '*'
6+
ghes: '>3.6'
7+
ghae: 'issue-6397'

0 commit comments

Comments
 (0)