1
0
mirror of synced 2025-12-23 03:44:00 -05:00

Move variable relating to Dependency Review outside the product.yml file (#33443)

This commit is contained in:
mc
2022-12-12 15:13:44 +00:00
committed by GitHub
parent 954e13b00c
commit 951ab5162c
10 changed files with 20 additions and 19 deletions

View File

@@ -34,10 +34,10 @@ Dependency review allows you to "shift left". You can use the provided predictiv
{% ifversion fpt or ghec or ghes > 3.5 or ghae > 3.5 %}
You can use the {% data variables.product.prodname_dependency_review_action %} to help enforce dependency reviews on pull requests in your repository. {% data reusables.dependency-review.dependency-review-action-overview %}
You can use the {% data variables.dependency-review.action_name %} to help enforce dependency reviews on pull requests in your repository. {% data reusables.dependency-review.dependency-review-action-overview %}
{% ifversion dependency-review-action-configuration %}
You can configure the {% data variables.product.prodname_dependency_review_action %} to better suit your needs by specifying the type of dependency vulnerability you wish to catch. For more information, see "[Configuring dependency review](/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review#configuring-the-dependency-review-github-action)."
You can configure the {% data variables.dependency-review.action_name %} to better suit your needs by specifying the type of dependency vulnerability you wish to catch. For more information, see "[Configuring dependency review](/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review#configuring-the-dependency-review-github-action)."
{% endif %}
{% endif %}