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: learn-pr/github/github-copilot-management-and-customizations/6-knowledge-check.yml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,20 @@ durationInMinutes: 5
13
13
quiz:
14
14
title: Check your knowledge
15
15
questions:
16
-
- content: "Which GitHub Copilot plan includes enterprise-grade security and privacy?"
16
+
- content: "Which GitHub Copilot plans include enterprise-grade security and privacy features?"
17
17
choices:
18
18
- content: "Pro"
19
19
isCorrect: false
20
-
explanation: "The Pro plan doesn't include enterprise-grade security and privacy features. It's designed for personal use and lacks the advanced security measures that businesses and enterprises require."
20
+
explanation: "The Pro plan is for individual users and does not include enterprise-grade security or privacy features. These features are only available in organizational plans."
21
+
- content: "Business and Enterprise"
22
+
isCorrect: true
23
+
explanation: "Both the Business and Enterprise plans include enterprise-grade security and privacy features, such as IP indemnity, organizational public code filters, and compliance support."
21
24
- content: "Business"
22
25
isCorrect: false
23
-
explanation: "The Business plan does include enterprise-grade security and privacy features, but this isn't the only correct answer."
26
+
explanation: "The Business plan alone includes enterprise-grade security, but Enterprise also includes it. The question asks for all plans that include these features."
24
27
- content: "Enterprise"
25
28
isCorrect: false
26
-
explanation: "The Enterprise plan does include enterprise-grade security and privacy features, but this isn't the only correct answer."
27
-
- content: "Both B and C"
28
-
isCorrect: true
29
-
explanation: "Both the Business and Enterprise plans offer enterprise-grade security and privacy features."
29
+
explanation: "The Enterprise plan alone includes enterprise-grade security, but Business also includes it. The correct answer is both Business and Enterprise."
30
30
- content: "What should you do if GitHub Copilot isn't providing code suggestions?"
Copy file name to clipboardExpand all lines: learn-pr/github/github-copilot-management-and-customizations/includes/3-github-copilot-contractual-protections-disabling-matching-public-code.md
+28-6Lines changed: 28 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,38 @@ To help ensure that your organization remains compliant with legal requirements,
16
16
17
17
GitHub Copilot can help minimize potential code overlap by identifying and filtering out code suggestions that match publicly available code. This feature is essential for maintaining the originality and security of your codebase. It can reduce the risk of incorporating nonsecure or noncompliant code into your projects.
18
18
19
-
To block suggestions that match public code:
19
+
### Key distinctions
20
20
21
-
1. On the upper-right corner of any page on GitHub, select your profile photo, and then select **Your enterprises** or **Your organizations**.
21
+
| Scope | Who can manage | What it controls | Notes |
|**Organization (Business/Enterprise plans)**| Admins | Public Code filter for all members; required for IP indemnity | Organization admins can block suggestions matching public code for all members. This is required to activate Intellectual Property Indemnity. |
24
+
|**Personal account (Free, Pro, Pro+) – individually paid**| Individual user | Toggle to Allow or Block suggestions matching public code | Users who purchase their own Copilot license can fully control this setting in their personal account under **Copilot → Features → Privacy**. |
25
+
|**Personal account (Free, Pro, Pro+) – org-provided**| Individual user | Toggle to Allow or Block suggestions matching public code | If your seat is assigned by an organization, the toggle may be **locked** and will reflect the organization’s policy. |
22
26
23
-
1. Next to the enterprise or organization, select **Settings**.
27
+
### Managing the organizational public code filter
24
28
25
-
1. On the left sidebar, select **Copilot**.
29
+
For organizations on **Business or Enterprise plans**, admins can control whether Copilot blocks suggestions that match public code. This is important for compliance and to enable IP indemnity.
26
30
27
-
1. Under **Suggestions**, select **Matching public code** on the dropdown menu, and then select **Block**.
31
+
**Steps for organization admins:**
28
32
29
-
1. To confirm your new settings, select **Save**.
33
+
1. In the upper-right corner of GitHub, click your **profile picture**, then select **Your enterprises** or **Your organizations**.
34
+
2. Next to the enterprise or organization you want to configure, click **Settings**.
35
+
3. In the left sidebar, click **Copilot** under **Code, planning, and automation**.
36
+
4. Click **Features**, then scroll to the **Privacy** section.
37
+
5. Locate **Suggestions matching public code** and choose the desired option (e.g., **Block** to prevent matching suggestions across the organization).
38
+
6. Click **Save** to apply the changes.
39
+
40
+
41
+
### Managing public code suggestions for personal users
42
+
43
+
If you are paying for your own Copilot license (Free, Pro, or Pro+), you can control suggestions matching public code directly in your account.
44
+
45
+
**Steps for personal license holders:**
46
+
47
+
1. In the upper-right corner of GitHub, click your **profile picture**, then select **Settings**.
48
+
2. In the left sidebar, click **Copilot** under **Code, planning, and automation**.
49
+
3. Click **Features**, then scroll to the **Privacy** section.
50
+
4. Locate **Suggestions matching public code** and toggle between **Allow** or **Block** according to your preference.
51
+
5. Your choice will immediately affect the suggestions Copilot provides in your personal environment.
30
52
31
53
Now let's explore managing content exclusion from an internal lens.
0 commit comments