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/admin/managing-iam/understanding-iam-for-enterprises/abilities-and-restrictions-of-managed-user-accounts.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ With {% data variables.product.prodname_emus %}, you can control the user accoun
25
25
## {% data variables.product.prodname_actions %}
26
26
27
27
* {% data variables.enterprise.prodname_managed_users_caps %} cannot create workflow templates for {% data variables.product.prodname_actions %}.
28
-
*Entitlement minutes for {% data variables.product.company_short %}-hosted runners are not available for {% data variables.enterprise.prodname_managed_users %}.
28
+
*While {% data variables.product.company_short %}-hosted runners can be used in repositories owned by organizations, they are not available for repositories owned by {% data variables.enterprise.prodname_managed_users %}.
29
29
* {% data variables.product.prodname_emus %} can trigger workflows in organizations where they are not members by forking the organization repository, then creating a pull request targeting the organization repository.
30
30
31
31
## {% data variables.product.prodname_github_apps %}
Copy file name to clipboardExpand all lines: content/code-security/securing-your-organization/enabling-security-features-in-your-organization/configuring-global-security-settings-for-your-organization.md
+10-4
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Configuring global security settings for your organization
3
3
shortTitle: Configure global settings
4
-
intro: 'Customize {% data variables.product.prodname_GH_advanced_security %} features and create security managers to strengthen the security of your organization.'
4
+
intro: 'Customize {% data variables.product.prodname_GH_advanced_security %} features to strengthen the security of your organization.'
5
5
permissions: '{% data reusables.permissions.security-org-enable %}'
6
6
versions:
7
7
feature: security-configurations
@@ -13,7 +13,7 @@ topics:
13
13
14
14
## About {% data variables.product.prodname_global_settings %}
15
15
16
-
Alongside {% data variables.product.prodname_security_configurations %}, which determine repository-level security settings, you should also configure {% data variables.product.prodname_global_settings %} for your organization. {% data variables.product.prodname_global_settings_caps %} apply to your entire organization, and can customize {% data variables.product.prodname_GH_advanced_security %} features based on your needs. You can also create security managers on the {% data variables.product.prodname_global_settings %} page to monitor and maintain your organization's security.
16
+
Alongside {% data variables.product.prodname_security_configurations %}, which determine repository-level security settings, you should also configure {% data variables.product.prodname_global_settings %} for your organization. {% data variables.product.prodname_global_settings_caps %} apply to your entire organization, and can customize {% data variables.product.prodname_GH_advanced_security %} features based on your needs. {% ifversion ghes < 3.16 %}You can also create a team of security managers to monitor and maintain your organization's security.{% endif %}
17
17
18
18
## Accessing the {% data variables.product.prodname_global_settings %} page for your organization
19
19
@@ -131,6 +131,12 @@ You can define custom patterns for {% data variables.product.prodname_secret_sca
131
131
132
132
## Creating security managers for your organization
133
133
134
-
The security manager role grants members of your organization the ability to manage security settings and alerts across your organization. To grant all members of a team the security manager role, in the "Search for teams" text box, type the name of the desired team. In the dropdown menu that appears, click the team, then click **I understand, grant security manager permissions**.
134
+
The security manager role grants members of your organization the ability to manage security settings and alerts across your organization. Security managers can view data for all repositories in your organization through security overview.
135
135
136
-
Security managers can view data for all repositories in your organization through security overview. To learn more about the security manager role, see "[AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization)."
136
+
To learn more about the security manager role, see "[AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization)."
137
+
138
+
{% ifversion ghes < 3.16 %}
139
+
140
+
To grant all members of a team the security manager role, in the "Search for teams" text box, type the name of the desired team. In the dropdown menu that appears, click the team, then click **I understand, grant security manager permissions**.
Copy file name to clipboardExpand all lines: content/code-security/securing-your-organization/introduction-to-securing-your-organization-at-scale/about-enabling-security-features-at-scale.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ You can also create and manage security configurations using the REST API. For m
48
48
49
49
## About {% data variables.product.prodname_global_settings %}
50
50
51
-
While {% data variables.product.prodname_security_configurations %} determine repository-level security settings, {% data variables.product.prodname_global_settings %} determine your organization-level security settings, which are then inherited by all repositories. With {% data variables.product.prodname_global_settings %}, you can customize how security features analyze your organization, as well as create security managers with permission to manage security alerts and settings across your organization.
51
+
While {% data variables.product.prodname_security_configurations %} determine repository-level security settings, {% data variables.product.prodname_global_settings %} determine your organization-level security settings, which are then inherited by all repositories. With {% data variables.product.prodname_global_settings %}, you can customize how security features analyze your organization{% ifversion ghes < 3.16 %}, as well as grant a team permission to manage security alerts and settings across your organization{% endif %}.
Copy file name to clipboardExpand all lines: content/code-security/security-overview/assessing-adoption-code-security.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ You can view data to assess the enablement of code security features across orga
66
66
In the enterprise-level view, you can view data about the enablement of features, but you cannot enable or disable features.
67
67
{% endif %}
68
68
69
-
{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}
69
+
{% ifversion ghes %}{% data reusables.enterprise-accounts.access-enterprise-ghes %}{% else %}{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}{% endif %}
70
70
{% data reusables.code-scanning.click-code-security-enterprise %}
71
71
1. To display the "Security coverage" view, in the sidebar, click **Coverage**.
72
72
{% data reusables.code-scanning.using-security-overview-coverage %}
@@ -111,7 +111,7 @@ You can view data to assess the enablement status and enablement status trends o
111
111
112
112
You can view data to assess the enablement status and enablement status trends of code security features across organizations in an enterprise.
113
113
114
-
{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}
114
+
{% ifversion ghes %}{% data reusables.enterprise-accounts.access-enterprise-ghes %}{% else %}{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}{% endif %}
115
115
{% data reusables.code-scanning.click-code-security-enterprise %}
116
116
1. To display the "Enablement trends" view, in the sidebar, click **Enablement trends**.
117
117
1. Click on one of the tabs for "{% data variables.product.prodname_dependabot %}", "{% data variables.product.prodname_code_scanning_caps %}", or "{% data variables.product.prodname_secret_scanning_caps %}" to view enablement trends and the percentage of repositories across organizations in your enterprise with that feature enabled. This data is displayed as a graph and a detailed table.
Copy file name to clipboardExpand all lines: content/code-security/security-overview/assessing-code-security-risk.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -60,15 +60,16 @@ You can view data for security alerts across organizations in an enterprise.
60
60
61
61
{% data reusables.security-overview.enterprise-filters-tip %}
62
62
63
-
{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}
63
+
{% ifversion ghes %}{% data reusables.enterprise-accounts.access-enterprise-ghes %}{% else %}{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}{% endif %}
64
64
{% data reusables.code-scanning.click-code-security-enterprise %}
65
65
1. To display the "Security risk" view, in the sidebar, click **{% octicon "shield" aria-hidden="true" %} Risk**.
66
66
{% data reusables.code-scanning.using-security-overview-risk %}
67
67
68
68

69
69
70
70
{% data reusables.security-overview.unaffected-repositories %}
71
-
{% data reusables.organizations.security-overview-feature-specific-page %}
71
+
{% data reusables.organizations.security-overview-feature-specific-page %}{% ifversion security-overview-export-data %}
72
+
1. Optionally, use the {% octicon "download" aria-hidden="true" %} **Export CSV** button to download a CSV file of the data currently displayed on the page for security research and in-depth data analysis. For more information, see "[AUTOTITLE](/code-security/security-overview/exporting-data-from-security-overview)." {% endif %}
72
73
73
74
{% data reusables.security-overview.alert-differences %}
Copy file name to clipboardExpand all lines: content/code-security/security-overview/exporting-data-from-security-overview.md
+12-3
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Exporting data from security overview
3
3
shortTitle: Export data
4
-
intro: You can export CSV files of your organization's overview, risk, coverage, and {% data variables.product.prodname_codeql %} pull request alerts data from security overview.
4
+
intro: From security overview, you can export CSV files of the data used for your organization or enterprise's overview, risk, coverage, and {% data variables.product.prodname_codeql %} pull request alerts pages.
5
5
permissions: '{% data reusables.permissions.security-overview %}'
6
6
versions:
7
7
feature: security-overview-export-data
@@ -20,14 +20,14 @@ redirect_from:
20
20
21
21
{% data reusables.security-overview.download-csv-files %}
22
22
23
-
The overview page contains data about security alerts across your organization, while the risk and coverage pages contain data about repositories and how they are affected by security alerts or covered by security features. The {% data variables.product.prodname_codeql %} pull request alerts page contains data about {% data variables.product.prodname_codeql %} alerts that were caught in pull requests merged to the default branch.
23
+
The overview page contains data about security alerts across your organization or enterprise, while the risk and coverage pages contain data about repositories and how they are affected by security alerts or covered by security features. The {% data variables.product.prodname_codeql %} pull request alerts page contains data about {% data variables.product.prodname_codeql %} alerts that were caught in pull requests merged to the default branch.
24
24
25
25
The CSV file you download will contain data corresponding to the filters you have applied to security overview. For example, if you add the filter `dependabot-alerts:enabled`, your file will only contain data for repositories that have enabled {% data variables.product.prodname_dependabot_alerts %}.
26
26
27
27
> [!NOTE]
28
28
> In the "Teams" column of the CSV file, each repository will list a maximum of 20 teams with write access to that repository. If more than 20 teams have write access to a repository, the data will be truncated.
29
29
30
-
## Exporting data from your organization's security overview
30
+
## Exporting overview, coverage, and risk data from your organization's security overview
31
31
32
32
{% data reusables.profile.access_org %}
33
33
1. In the "Organizations" section, select the organization for which you would like to download security overview data.
@@ -43,3 +43,12 @@ The CSV file you download will contain data corresponding to the filters you hav
43
43
> The summary views ({% ifversion security-overview-dashboard %}"Overview", {% endif %}"Coverage" and "Risk") show data only for {% ifversion secret-scanning-alert-experimental-list %}default{% else %}high confidence{% endif %} alerts. {% data variables.product.prodname_code_scanning_caps %} alerts from third-party tools, and {% data variables.product.prodname_secret_scanning %} alerts for non-provider patterns or for ignored directories are all omitted from these views. Consequently, files exported from the summary views do not contain data for these types of alert.
44
44
45
45
{% endif %}
46
+
47
+
## Exporting overview, coverage, and risk data from your enterprise's security overview
48
+
49
+
{% ifversion ghes %}{% data reusables.enterprise-accounts.access-enterprise-ghes %}{% else %}{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}{% endif %}
50
+
{% data reusables.code-scanning.click-code-security-enterprise %}
51
+
1. Choose the page that you want to export data from by clicking on **Overview**, **Risk**, or **Coverage**.
52
+
1. Next to the search bar, click {% octicon "download" aria-hidden="true" %} **Export CSV**.
53
+
54
+
It may take a moment for {% data variables.product.product_name %} to generate the CSV file of your data. Once the CSV file generates, the file will automatically start downloading, and a banner will appear confirming your report is ready. If you are downloading the CSV from the overview page, you will also receive an email when your report is ready, containing a link to download the CSV.
Copy file name to clipboardExpand all lines: content/code-security/security-overview/viewing-metrics-for-pull-request-alerts.md
-2
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,6 @@ You can also view:
38
38
39
39
You can apply filters to the data. The metrics are based on activity from the default period or your selected period.
40
40
41
-

42
-
43
41
{% ifversion code-scanning-autofix %}
44
42
> [!NOTE] Metrics for {% data variables.product.prodname_copilot_autofix_short %} will be shown only for repositories where {% data variables.product.prodname_copilot_autofix_short %} is enabled.
Copy file name to clipboardExpand all lines: content/code-security/security-overview/viewing-metrics-for-secret-scanning-push-protection.md
+1-5
Original file line number
Diff line number
Diff line change
@@ -41,14 +41,10 @@ You can see {% data variables.product.prodname_secret_scanning %} metrics if you
41
41
42
42
The metrics are based on activity from the default period or your selected period.
43
43
44
-

45
-
46
44
{% else %}
47
45
48
46
The metrics are based on activity from the default period or your selected period.
49
47
50
-

51
-
52
48
{% endif %}
53
49
54
50
## Viewing metrics for {% data variables.product.prodname_secret_scanning %} push protection for an organization
@@ -67,7 +63,7 @@ You can view metrics for {% data variables.product.prodname_secret_scanning %} p
67
63
68
64
{% data reusables.security-overview.enterprise-filters-tip %}
69
65
70
-
{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}
66
+
{% ifversion ghes %}{% data reusables.enterprise-accounts.access-enterprise-ghes %}{% else %}{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}{% endif %}
71
67
{% data reusables.code-scanning.click-code-security-enterprise %}
72
68
1. In the sidebar, click **{% data variables.product.prodname_secret_scanning_caps %} metrics**.
73
69
1. Click on an individual secret type or repository to see the associated {% data variables.secret-scanning.alerts %} for your enterprise.
Copy file name to clipboardExpand all lines: content/code-security/security-overview/viewing-security-insights.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,8 @@ The dashboard is divided into three tabs, each focused around a different securi
49
49
50
50
You can filter the overview dashboard by selecting a specific time period, and apply additional filters to focus on narrower areas of interest. All data and metrics across the dashboard will change as you apply filters. By default, the dashboard displays all alerts from {% data variables.product.prodname_dotcom %} tools, but you can use the tool filter to show alerts from a specific tool ({% data variables.product.prodname_secret_scanning %}, {% data variables.product.prodname_dependabot %}, {% data variables.product.prodname_code_scanning %} using {% data variables.product.prodname_codeql %}, a specific third-party tool) or all third-party {% data variables.product.prodname_code_scanning %} tools. For more information, see "[AUTOTITLE](/code-security/security-overview/filtering-alerts-in-security-overview)."
You can download a CSV file of the overview dashboard data for your organization. This data file can integrate easily with external datasets, so you may find it useful for security research, data analysis, and more. For more information, see "[AUTOTITLE](/code-security/security-overview/exporting-data-from-security-overview)."
52
+
{% ifversion security-overview-export-data %}
53
+
You can download a CSV file of the overview dashboard data for your organization or enterprise. This data file can integrate easily with external datasets, so you may find it useful for security research, data analysis, and more. For more information, see "[AUTOTITLE](/code-security/security-overview/exporting-data-from-security-overview)."
54
54
{% endif %}
55
55
56
56
{% ifversion security-overview-dashboard-enterprise %}Enterprise members can access the overview page for organizations in their enterprise. {% endif %}The metrics you see will depend on your role and repository permissions. For more information, see "[AUTOTITLE](/code-security/security-overview/about-security-overview#permission-to-view-data-in-security-overview)."
@@ -75,7 +75,7 @@ Keep in mind that the overview page tracks changes over time for security alert
75
75
76
76
## Viewing the security overview dashboard for your enterprise
77
77
78
-
{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}
78
+
{% ifversion ghes %}{% data reusables.enterprise-accounts.access-enterprise-ghes %}{% else %}{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}{% endif %}
79
79
{% data reusables.code-scanning.click-code-security-enterprise %}{% ifversion security-overview-3-tab-dashboard %}
80
80
1. By default, the **Detection** tab is displayed. If you want to switch to another tab to see other metrics, click **Remediation** or **Prevention**.{% endif %}
81
81
{% data reusables.security-overview.filter-and-toggle %}
0 commit comments