1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fix text formatting with colon - part 1 (#35432)

Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
This commit is contained in:
Artur Kordowski
2024-11-26 20:33:30 +01:00
committed by GitHub
parent 394286d02e
commit 56a5520271
47 changed files with 195 additions and 195 deletions

View File

@@ -34,9 +34,9 @@ You can view a variety of metrics about the security alerts in your organization
{% ifversion security-overview-3-tab-dashboard %}
The dashboard is divided into three tabs, each focused around a different security goal:
* **Detection**: this tab shows metrics about the status and age of alerts in your organization{% ifversion security-overview-dashboard-enterprise %} or enterprise{% endif %}, the secrets that have been blocked or bypassed, and the top repositories and vulnerabilities that pose the highest potential security risk.
* **Remediation**: this tab shows metrics about how alerts are resolved and alert activity over time.
* **Prevention**: this tab shows metrics about how vulnerabilities have been prevented and fixed.
* **Detection:** this tab shows metrics about the status and age of alerts in your organization{% ifversion security-overview-dashboard-enterprise %} or enterprise{% endif %}, the secrets that have been blocked or bypassed, and the top repositories and vulnerabilities that pose the highest potential security risk.
* **Remediation:** this tab shows metrics about how alerts are resolved and alert activity over time.
* **Prevention:** this tab shows metrics about how vulnerabilities have been prevented and fixed.
>[!NOTE]
> Unlike the **Detection** and **Remediation** tabs which report alerts on the default branch, the **Prevention** tab gives you insights for {% data variables.product.prodname_codeql %} alerts found in merged pull requests.