Skip to content

Commit 539b852

Browse files
[EDI] Tracking security campaigns (#59791)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent d6eb910 commit 539b852

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

content/code-security/how-tos/manage-security-alerts/remediate-alerts-at-scale/tracking-security-campaigns.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Tracking security campaigns
33
shortTitle: Track security campaign
4-
intro: You can monitor the progress of all your organization's security campaigns, and track the status of individual campaigns.
4+
intro: Use the campaign tracking views to monitor remediation progress, identify stalled work, and measure campaign impact across your organization.
55
allowTitleToDifferFromFilename: true
66
permissions: '{% data reusables.permissions.security-org-enable %}'
77
product: '{% data reusables.gated-features.security-campaigns %}'
@@ -23,9 +23,9 @@ redirect_from:
2323

2424
## Tracking campaigns across your organization
2525

26-
The tracking view provides an overview of data for all open and closed campaigns. It helps you understand the impact of the campaigns, track progress through campaigns and measure success towards achieving your organization's goals.
26+
The tracking view helps you quickly assess the health of your organization’s campaigns. You can use it to identify campaigns with a high number of open alerts, check whether work has started, and determine whether campaigns are on track to meet their due dates.
2727

28-
To display the campaign tracking view, navigate to the **Security** tab for the organization, then in the left sidebar click **{% octicon "goal" aria-hidden="true" aria-label="goal" %} Campaigns**. {% ifversion security-campaigns-secrets %}To display campaigns for secrets, click the **Secrets** at at the top of the page.
28+
To display the campaign tracking view, navigate to the **Security** tab for the organization, then in the left sidebar click **{% octicon "goal" aria-hidden="true" aria-label="goal" %} Campaigns**. {% ifversion security-campaigns-secrets %}To display campaigns for secrets, click the **Secrets** tab at the top of the page.
2929

3030
![Screenshot of the security campaigns overview page. The "Secrets" campaign tab is outlined in orange.](/assets/images/help/security/security-campaigns-tracking-overview-2tabs.png)
3131

@@ -42,6 +42,8 @@ The tracking view shows you a summary of "Open" and "Closed" campaigns, with the
4242
* **Fixed**: the alert has been resolved, either within or outside of the campaign workflow.
4343
* **Dismissed**: the alert was reviewed but intentionally not fixed; it has been dismissed.
4444

45+
Review the proportion of alerts in each status to understand where action is needed. A high number of **Open** alerts may indicate that remediation has not yet started, while a low number of **In progress** alerts could signal that teams need additional guidance or prioritization.
46+
4547
## Tracking a single campaign
4648

4749
You can similarly track how a single campaign is progressing by viewing the campaign's own tracking page.
@@ -50,13 +52,17 @@ To display the tracking page for a campaign, navigate to the "Campaigns" page, {
5052

5153
![Screenshot of campaign tracking view for "Testing Campaigns for CodeQL". The campaign progress is outlined in dark orange.](/assets/images/help/security/driver-sec-campaign-view.png)
5254

53-
The tracking view shows you a summary of:
55+
The tracking view for a single campaign helps you evaluate whether remediation is progressing as expected and whether additional follow-up is required.
56+
57+
The following indicators help you evaluate whether remediation is progressing as expected and whether additional follow-up is required.
5458

5559
* **Campaign progress**: how many alerts are closed (fixed or dismissed), in progress, or still left to review.
5660
* **Status**: how the campaign is progressing towards its due date.
5761
* **{% data variables.copilot.copilot_autofix_short %}** (code campaigns only): number of alerts where {% data variables.copilot.copilot_autofix_short %} can generate a fix to resolve the alert.
5862

59-
You can also explore the campaign repositories and alerts to see where teams are engaging in the campaign, and where teams might need some extra encouragement to take part.
63+
For example, if many alerts remain open as the due date approaches, you may need to follow up with repository owners or adjust the campaign timeline.
64+
65+
You can also explore campaign repositories and alerts to identify which teams are actively addressing alerts and which may need follow-up.
6066

6167
* **Repository details:** you can expand any repository to show the progress in alert remediation.
6268
* **Alert details:** you can set the "Group by" option to **None** to show a list of all alerts.

0 commit comments

Comments
 (0)