diff --git a/content/code-security/security-overview/assessing-code-security-risk.md b/content/code-security/security-overview/assessing-code-security-risk.md index 35f54e930c..30cb2cced3 100644 --- a/content/code-security/security-overview/assessing-code-security-risk.md +++ b/content/code-security/security-overview/assessing-code-security-risk.md @@ -26,14 +26,16 @@ redirect_from: You can use the different views on your **Security** tab to explore the security risks in your code. * **Overview:** use to explore trends in **Detection**, **Remediation**, and **Prevention** of security alerts. -* **Risk:** use to explore the current state of repositories, across all alert types. +* **Risk:** use to explore the current state of repositories, across all alert types.{% ifversion secret-risk-assessment %} +* **Assessments:** use to explore the current state of repositories, for secret leaks specifically{% endif %} * **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. These views provide you with the data and filters to: * Assess the landscape of security risk of code stored in all your repositories. * Identify the highest impact vulnerabilities to address. -* Monitor your progress in remediating potential vulnerabilities. {% ifversion security-overview-export-data %} +* Monitor your progress in remediating potential vulnerabilities.{% ifversion secret-risk-assessment %} +* Understand how your organization is affected by secret leaks and exposures.{% endif %}{% ifversion security-overview-export-data %} * Export your current selection of data for further analysis and reporting. {% endif %} {% ifversion security-overview-dashboard %} diff --git a/content/code-security/security-overview/filtering-alerts-in-security-overview.md b/content/code-security/security-overview/filtering-alerts-in-security-overview.md index 9202fda5e5..7cb475ee32 100644 --- a/content/code-security/security-overview/filtering-alerts-in-security-overview.md +++ b/content/code-security/security-overview/filtering-alerts-in-security-overview.md @@ -121,7 +121,9 @@ In the "Risk" and "Coverage" views, you can show data only for repositories wher | Qualifier | Description | | -------- | -------- | +| {% ifversion ghes < 3.17 %} | | `advanced-security` | Display data for repositories where {% data variables.product.prodname_GHAS %} is enabled or not enabled. | +| {% endif %} | | `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. | | `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. | | `dependabot-security-updates` | Display data for repositories where {% data variables.product.prodname_dependabot_security_updates %} is enabled or not enabled. |