You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/code-security/how-tos/manage-security-alerts/remediate-alerts-at-scale/tracking-security-campaigns.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Tracking security campaigns
3
3
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.
5
5
allowTitleToDifferFromFilename: true
6
6
permissions: '{% data reusables.permissions.security-org-enable %}'
7
7
product: '{% data reusables.gated-features.security-campaigns %}'
@@ -23,9 +23,9 @@ redirect_from:
23
23
24
24
## Tracking campaigns across your organization
25
25
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.
27
27
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.
29
29
30
30

31
31
@@ -42,6 +42,8 @@ The tracking view shows you a summary of "Open" and "Closed" campaigns, with the
42
42
***Fixed**: the alert has been resolved, either within or outside of the campaign workflow.
43
43
***Dismissed**: the alert was reviewed but intentionally not fixed; it has been dismissed.
44
44
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
+
45
47
## Tracking a single campaign
46
48
47
49
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, {
50
52
51
53

52
54
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.
54
58
55
59
***Campaign progress**: how many alerts are closed (fixed or dismissed), in progress, or still left to review.
56
60
***Status**: how the campaign is progressing towards its due date.
57
61
***{% 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.
58
62
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.
60
66
61
67
***Repository details:** you can expand any repository to show the progress in alert remediation.
62
68
***Alert details:** you can set the "Group by" option to **None** to show a list of all alerts.
0 commit comments