Skip to content

Commit 45360f5

Browse files
authored
Merge pull request github#34502 from github/repo-sync
Repo sync
2 parents 576e90d + 88520f4 commit 45360f5

File tree

20 files changed

+164
-2298
lines changed

20 files changed

+164
-2298
lines changed

content/actions/about-github-actions/understanding-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ redirect_from:
99
- /actions/learn-github-actions/introduction-to-github-actions
1010
- /actions/learn-github-actions/understanding-github-actions
1111
- /actions/learn-github-actions/essential-features-of-github-actions
12+
- /articles/getting-started-with-github-actions
1213
versions:
1314
fpt: '*'
1415
ghes: '*'
1516
ghec: '*'
1617
type: overview
1718
topics:
1819
- Fundamentals
19-
layout: inline
2020
---
2121

2222
{% data reusables.actions.enterprise-github-hosted-runners %}

content/code-security/adopting-github-advanced-security-at-scale/phase-5-rollout-and-scale-code-scanning.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ For {% data variables.product.prodname_code_scanning %} alerts from {% data vari
7676

7777
{% endif %}
7878

79+
{% ifversion copilot-chat-ghas-alerts %}
80+
81+
With a {% data variables.product.prodname_copilot_enterprise %} license, you can also ask {% data variables.product.prodname_copilot_chat %} for help to better understand {% data variables.product.prodname_code_scanning %} alerts in repositories in your organization. For more information, see "[AUTOTITLE](/copilot/using-github-copilot/asking-github-copilot-questions-in-githubcom#asking-questions-about-alerts-from-github-advanced-security-features)."
82+
83+
{% endif %}
84+
7985
{% note %}
8086

8187
For the next article in this series, see "[AUTOTITLE](/code-security/adopting-github-advanced-security-at-scale/phase-6-rollout-and-scale-secret-scanning)."

content/code-security/adopting-github-advanced-security-at-scale/phase-6-rollout-and-scale-secret-scanning.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ You can enable secret scanning for individual repositories or for all repositori
2727

2828
This article explains a high-level process focusing on enabling {% data variables.product.prodname_secret_scanning %} for all repositories in an organization. The principles described in this article can still be applied even if you take a more staggered approach of enabling {% data variables.product.prodname_secret_scanning %} for individual repositories.
2929

30+
{% ifversion copilot-chat-ghas-alerts %}
31+
32+
With a {% data variables.product.prodname_copilot_enterprise %} license, you can also ask {% data variables.product.prodname_copilot_chat %} for help to better understand {% data variables.product.prodname_secret_scanning %} alerts in repositories in your organization. For more information, see "[AUTOTITLE](/copilot/using-github-copilot/asking-github-copilot-questions-in-githubcom#asking-questions-about-alerts-from-github-advanced-security-features)."
33+
34+
{% endif %}
35+
3036
## 1. Focus on newly committed secrets
3137

3238
When you enable {% data variables.product.prodname_secret_scanning %}, you should focus on remediating any newly committed credentials detected by secret scanning. If you focus on cleaning up committed credentials, developers could continue to accidentally push new credentials, which means your total secret count will stay around the same level, not decrease as intended. This is why it is essential to stop new credentials being leaked before focusing on revoking any current secrets.

content/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ You can use {% data variables.product.prodname_copilot_autofix %} to generate fi
2929

3030
{% endif %}
3131

32+
{% ifversion copilot-chat-ghas-alerts %}
33+
34+
With a {% data variables.product.prodname_copilot_enterprise %} license, you can also ask {% data variables.product.prodname_copilot_chat %} for help to better understand {% data variables.product.prodname_code_scanning %} alerts in repositories in your organization. For more information, see "[AUTOTITLE](/copilot/using-github-copilot/asking-github-copilot-questions-in-githubcom#asking-questions-about-alerts-from-github-advanced-security-features)."
35+
36+
{% endif %}
37+
3238
{% ifversion security-overview-org-codeql-pr-alerts %}
3339

3440
For {% data variables.product.prodname_code_scanning %} alerts from {% data variables.product.prodname_codeql %} analysis, you can use security overview to see how {% data variables.product.prodname_codeql %} is performing in pull requests in repositories across your organization, and to identify repositories where you may need to take action. For more information, see "[AUTOTITLE](/code-security/security-overview/viewing-metrics-for-pull-request-alerts)."

content/code-security/code-scanning/managing-code-scanning-alerts/managing-code-scanning-alerts-for-your-repository.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ For more information, see "[AUTOTITLE](/code-security/code-scanning/managing-cod
5555

5656
{% endnote %}
5757

58+
{% ifversion copilot-chat-ghas-alerts %}
59+
60+
## Asking {% data variables.product.prodname_copilot_chat %} about {% data variables.product.prodname_code_scanning %} alerts
61+
62+
With a {% data variables.product.prodname_copilot_enterprise %} license, you can ask {% data variables.product.prodname_copilot_chat_short %} for help to better understand security alerts, including {% data variables.product.prodname_code_scanning %} alerts, in repositories in your organization. For more information, see "[AUTOTITLE](/copilot/using-github-copilot/asking-github-copilot-questions-in-githubcom#asking-questions-about-alerts-from-github-advanced-security-features)."
63+
64+
{% endif %}
65+
5866
{% ifversion security-overview-org-codeql-pr-alerts %}
5967

6068
## Viewing metrics for {% data variables.product.prodname_codeql %} pull request alerts for an organization

content/code-security/code-scanning/managing-code-scanning-alerts/triaging-code-scanning-alerts-in-pull-requests.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ In repositories where {% data variables.product.prodname_code_scanning %} is con
5454

5555
If your pull request targets a protected branch that uses {% data variables.product.prodname_code_scanning %}, and the repository owner has configured required status checks, then the "{% data variables.product.prodname_code_scanning_caps %} results" check must pass before you can merge the pull request. For more information, see "[AUTOTITLE](/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches#require-status-checks-before-merging)."
5656

57+
{% ifversion copilot-chat-ghas-alerts %}
58+
59+
With a {% data variables.product.prodname_copilot_enterprise %} license, you can also ask {% data variables.product.prodname_copilot_chat %} for help to better understand {% data variables.product.prodname_code_scanning %} alerts in repositories in your organization. For more information, see "[AUTOTITLE](/copilot/using-github-copilot/asking-github-copilot-questions-in-githubcom#asking-questions-about-alerts-from-github-advanced-security-features)."
60+
61+
{% endif %}
62+
5763
## About {% data variables.product.prodname_code_scanning %} as a pull request check
5864

5965
There are many options for configuring {% data variables.product.prodname_code_scanning %} as a pull request check, so the exact configuration of each repository will vary and some will have more than one check.

content/code-security/dependabot/dependabot-alerts/about-dependabot-alerts.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,14 @@ By default, we notify people with {% ifversion dependabot-alerts-permissions-wri
108108

109109
You can also see all the {% data variables.product.prodname_dependabot_alerts %} that correspond to a particular advisory in the {% data variables.product.prodname_advisory_database %}. {% data reusables.security-advisory.link-browsing-advisory-db %}
110110

111+
{% ifversion copilot-chat-ghas-alerts %}
112+
113+
## Asking {% data variables.product.prodname_copilot_chat %} about {% data variables.product.prodname_dependabot_alerts %}
114+
115+
With a {% data variables.product.prodname_copilot_enterprise %} license, you can ask {% data variables.product.prodname_copilot_chat_short %} for help to better understand security alerts, including {% data variables.product.prodname_dependabot_alerts %}, in repositories in your organization. For more information, see "[AUTOTITLE](/copilot/using-github-copilot/asking-github-copilot-questions-in-githubcom#asking-questions-about-alerts-from-github-advanced-security-features)."
116+
117+
{% endif %}
118+
111119
## Further reading
112120

113121
* "[AUTOTITLE](/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates)"

content/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@ For supported languages, {% data variables.product.prodname_dependabot %} detect
137137

138138
{% endif %}
139139

140+
{% ifversion copilot-chat-ghas-alerts %}
141+
142+
With a {% data variables.product.prodname_copilot_enterprise %} license, you can also ask {% data variables.product.prodname_copilot_chat %} for help to better understand {% data variables.product.prodname_dependabot_alerts %} in repositories in your organization. For more information, see "[AUTOTITLE](/copilot/using-github-copilot/asking-github-copilot-questions-in-githubcom#asking-questions-about-alerts-from-github-advanced-security-features)."
143+
144+
{% endif %}
145+
140146
### Fixing vulnerable dependencies
141147

142148
1. View the details for an alert. For more information, see "[Viewing {% data variables.product.prodname_dependabot_alerts %}](#viewing-dependabot-alerts)" (above).

content/code-security/getting-started/github-security-features.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ Many {% data variables.product.prodname_GH_advanced_security %} features are ava
106106

107107
{% endif %}
108108

109+
{% ifversion copilot-chat-ghas-alerts %}
110+
111+
With a {% data variables.product.prodname_copilot_enterprise %} license, you can also ask {% data variables.product.prodname_copilot_chat %} for help to better understand security alerts in repositories in your organization from {% data variables.product.prodname_GH_advanced_security %} features ({% data variables.product.prodname_code_scanning %}, {% data variables.product.prodname_secret_scanning %}, and {% data variables.product.prodname_dependabot_alerts %}). For more information, see "[AUTOTITLE](/copilot/using-github-copilot/asking-github-copilot-questions-in-githubcom#asking-questions-about-alerts-from-github-advanced-security-features)."
112+
113+
{% endif %}
114+
109115
{% data reusables.advanced-security.ghas-trial %}
110116

111117
### {% data variables.product.prodname_code_scanning_caps %}

content/code-security/secret-scanning/managing-alerts-from-secret-scanning/evaluating-alerts.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ For information on how to enable validity checks for partner patterns, see "[AUT
4949

5050
You can use the REST API to retrieve a list of the most recent validation status for each of your tokens. For more information, see "[AUTOTITLE](/rest/secret-scanning)" in the REST API documentation. You can also use webhooks to be notified of activity relating to a {% data variables.product.prodname_secret_scanning %} alert. For more information, see the `secret_scanning_alert` event in "[AUTOTITLE](/webhooks/webhook-events-and-payloads?actionType=created#secret_scanning_alert)."
5151

52+
{% ifversion copilot-chat-ghas-alerts %}
53+
54+
## Asking {% data variables.product.prodname_copilot_chat %} about {% data variables.product.prodname_secret_scanning %} alerts
55+
56+
With a {% data variables.product.prodname_copilot_enterprise %} license, you can ask {% data variables.product.prodname_copilot_chat_short %} for help to better understand security alerts, including {% data variables.product.prodname_secret_scanning %} alerts, in repositories in your organization. For more information, see "[AUTOTITLE](/copilot/using-github-copilot/asking-github-copilot-questions-in-githubcom#asking-questions-about-alerts-from-github-advanced-security-features)."
57+
58+
{% endif %}
59+
5260
{% ifversion secret-scanning-validity-check-partner-patterns %}
5361

5462
## Performing an on-demand validity check

0 commit comments

Comments
 (0)