Skip to content

Commit 42fbbad

Browse files
authored
A couple of fixes for the GHAS unbundling and secret risk assesment work - fast follow (#55083)
1 parent fedbe3d commit 42fbbad

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

content/code-security/security-overview/assessing-code-security-risk.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,16 @@ redirect_from:
2626
You can use the different views on your **Security** tab to explore the security risks in your code.
2727

2828
* **Overview:** use to explore trends in **Detection**, **Remediation**, and **Prevention** of security alerts.
29-
* **Risk:** use to explore the current state of repositories, across all alert types.
29+
* **Risk:** use to explore the current state of repositories, across all alert types.{% ifversion secret-risk-assessment %}
30+
* **Assessments:** use to explore the current state of repositories, for secret leaks specifically{% endif %}
3031
* **Alerts views:** use to explore {% data variables.product.prodname_code_scanning %}, {% data variables.product.prodname_dependabot %}, or {% data variables.product.prodname_secret_scanning %} alerts in greater detail.
3132

3233
These views provide you with the data and filters to:
3334

3435
* Assess the landscape of security risk of code stored in all your repositories.
3536
* Identify the highest impact vulnerabilities to address.
36-
* Monitor your progress in remediating potential vulnerabilities. {% ifversion security-overview-export-data %}
37+
* Monitor your progress in remediating potential vulnerabilities.{% ifversion secret-risk-assessment %}
38+
* Understand how your organization is affected by secret leaks and exposures.{% endif %}{% ifversion security-overview-export-data %}
3739
* Export your current selection of data for further analysis and reporting. {% endif %}
3840

3941
{% ifversion security-overview-dashboard %}

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

+2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ In the "Risk" and "Coverage" views, you can show data only for repositories wher
121121

122122
| Qualifier | Description |
123123
| -------- | -------- |
124+
| {% ifversion ghes < 3.17 %} |
124125
| `advanced-security` | Display data for repositories where {% data variables.product.prodname_GHAS %} is enabled or not enabled. |
126+
| {% endif %} |
125127
| `code-scanning-default-setup`| Display data for repositories where {% data variables.product.prodname_code_scanning %} is enabled or not enabled using {% data variables.product.prodname_codeql %} default setup. |
126128
| `code-scanning-pull-request-alerts`| Display data for repositories where {% data variables.product.prodname_code_scanning %} is enabled or not enabled to run on pull requests. |
127129
| `dependabot-security-updates` | Display data for repositories where {% data variables.product.prodname_dependabot_security_updates %} is enabled or not enabled. |

0 commit comments

Comments
 (0)