Skip to content

Commit 53931eb

Browse files
mchammer01heiskr
andauthored
Mention GHAS (Code Security in fact) is required for the Dependabot Metrics Dashboard (#56642)
Co-authored-by: Kevin Heis <[email protected]>
1 parent 2e97570 commit 53931eb

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

content/code-security/securing-your-organization/understanding-your-organizations-exposure-to-vulnerabilities/prioritizing-dependabot-alerts-using-metrics.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Prioritizing Dependabot alerts using metrics
33
shortTitle: Prioritize Dependabot alerts using metrics
44
intro: 'You can prioritize {% data variables.product.prodname_dependabot_alerts %} in your organization by analyzing the provided metrics. Using this approach, you can tell your developers to focus on the most important vulnerabilities first.'
55
allowTitleToDifferFromFilename: true
6+
product: '{% data reusables.gated-features.security-overview-fpt-cs-only %}'
67
permissions: '{% data reusables.permissions.security-org-enable %}'
78
versions:
89
feature: dependabot-metrics
@@ -30,6 +31,8 @@ Application Security (AppSec) managers often face a flood of {% data variables.p
3031
* **Alerts closed in the last 30 days, including the number of alerts fixed by {% data variables.product.prodname_dependabot %}, manually dismissed, and auto dismissed**: Tracks alert resolution progress. Illustrates how {% data variables.product.prodname_GH_code_security %} can help you detect vulnerabilities early.
3132
* **Table showing the total number of open alerts for each repository, as well as severity and expoitability data**: Allows you to dig deeper at the repository level.
3233

34+
For more information about these metrics, see [AUTOTITLE](/code-security/security-overview/viewing-metrics-for-dependabot-alerts).
35+
3336
Additionally, you can specify complex filters, which are combinations of the individual filters that are available. For more information about filters, see [{% data variables.product.prodname_dependabot %} dashboard view filters](/code-security/security-overview/filtering-alerts-in-security-overview#dependabot-dashboard-view-filters).
3437

3538
## Steps to prioritize alerts

content/code-security/security-overview/filtering-alerts-in-security-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ You can also filter the "Overview" view by properties of alerts.
158158
| `severity` | Display data only for alerts of a specific severity (`critical`, `high`, `medium`, or `low`).
159159
| `third-party.rule`| Display data only for {% data variables.product.prodname_code_scanning %} identified by a specific rule for a tool developed by a third party. For example, `third-party.rule:CVE-2021-26291-maven-artifact` shows only results for the `CVE-2021-26291-maven-artifact` rule of a third-party {% data variables.product.prodname_code_scanning %} tool.
160160

161-
### {% data variables.product.prodname_dependabot %} alert view filters
161+
## {% data variables.product.prodname_dependabot %} alert view filters
162162

163163
You can filter the view to show {% data variables.product.prodname_dependabot_alerts %} that are ready to fix or where additional information about exposure is available. You can click any result to see full details of the alert.
164164

@@ -174,7 +174,7 @@ You can filter the view to show {% data variables.product.prodname_dependabot_al
174174

175175
{% ifversion dependabot-metrics %}
176176

177-
### {% data variables.product.prodname_dependabot %} dashboard filters
177+
## {% data variables.product.prodname_dependabot %} dashboard filters
178178

179179
You can filter the "{% data variables.product.prodname_dependabot %} dashboard" view using these filters.
180180

@@ -184,7 +184,7 @@ Alternatively, you can use complex filters by clicking **{% octicon "filter" ari
184184

185185
{% endif %}
186186

187-
### {% data variables.product.prodname_code_scanning_caps %} alert view filters
187+
## {% data variables.product.prodname_code_scanning_caps %} alert view filters
188188

189189
All {% data variables.product.prodname_code_scanning %} alerts have one of the categories shown below. You can click any result to see full details of the relevant query and the line of code that triggered the alert.
190190

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
{% ifversion fpt %}
2-
Organizations owned by a {% data variables.product.prodname_team %} account with {% data variables.product.prodname_GH_code_security %}, or owned by a {% data variables.product.prodname_enterprise %} account
3-
{% endif %}
1+
Organizations owned by a {% data variables.product.prodname_team %} account with {% data variables.product.prodname_GH_code_security %}, or owned by a {% data variables.product.prodname_enterprise %} account with {% data variables.product.prodname_GH_code_security %}

0 commit comments

Comments
 (0)