Skip to content

Commit 720b52f

Browse files
[EDI] About security campaigns (#59350)
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
1 parent 32403ac commit 720b52f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/code-security/concepts/security-at-scale/about-security-campaigns.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ A security campaign has many benefits over other ways of encouraging developers
3838
* Developers can see the alerts you've highlighted for remediation without leaving their normal workflows.
3939
* Each campaign has a named point of contact for questions, reviews, and collaboration. {% ifversion security-campaigns-autofix %}
4040
* For {% data variables.product.prodname_code_scanning %} alerts, {% data variables.copilot.copilot_autofix %} is automatically triggered to suggest a resolution. {% endif %}
41+
{%- ifversion code-secret-alert-assignees %}
42+
* For both {% data variables.product.prodname_code_scanning %} and {% data variables.product.prodname_secret_scanning %}, you can assign alerts in a campaign to users with write access{% ifversion copilot %} or to {% data variables.copilot.copilot_coding_agent %} to automatically generate pull requests with fixes{% endif %}.
43+
{%- endif %}
4144

4245
You can use one of the templates to select a group of closely related alerts for a campaign. This allows developers to build on the knowledge gained by resolving one alert and use it to fix several more, providing them with an incentive to fix multiple alerts.
4346

@@ -69,7 +72,7 @@ The creation workflow is the same for all campaigns, but you will notice a few d
6972

7073
{% ifversion code-secret-alert-assignees %}
7174

72-
## Assigning alerts{% ifversion security-campaigns-assign-to-cca %} to users and {% data variables.copilot.copilot_coding_agent %}{% endif %}
75+
## About assigning alerts{% ifversion security-campaigns-assign-to-cca %} to users and {% data variables.copilot.copilot_coding_agent %}{% endif %}
7376

7477
{% ifversion code-secret-alert-assignees-ga %}{% elsif ghes = 3.20 %}
7578

0 commit comments

Comments
 (0)