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/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise.md
+9-29
Original file line number
Diff line number
Diff line change
@@ -20,36 +20,28 @@ topics:
20
20
21
21
{% data reusables.advanced-security.ghas-helps-developers %}
22
22
23
-
{% ifversion ghes %}
24
23
When you enable {% data variables.product.prodname_GH_advanced_security %} for your enterprise, repository administrators in all organizations can enable the features unless you set up a policy to restrict access. For more information, see "[AUTOTITLE](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-code-security-and-analysis-for-your-enterprise)."
25
-
{% else %}
26
-
When you enable {% data variables.product.prodname_GH_advanced_security %} for your enterprise, repository administrators in all organizations can enable the features.
27
-
{% endif %}
28
24
29
25
{% ifversion secret-scanning-enterprise-level-api %}{% data reusables.secret-scanning.secret-scanning-enterprise-level-api %}{% endif %}
30
26
31
-
{% ifversion ghes %}
32
27
For guidance on a phased deployment of GitHub Advanced Security, see "[AUTOTITLE](/code-security/adopting-github-advanced-security-at-scale/introduction-to-adopting-github-advanced-security-at-scale)."
33
-
{% endif %}
34
28
35
29
## Checking whether your license includes {% data variables.product.prodname_GH_advanced_security %}
36
30
37
-
{% ifversion ghes %}
38
31
{% data reusables.enterprise-accounts.access-enterprise %}
39
32
{% data reusables.enterprise-accounts.settings-tab %}
40
33
{% data reusables.enterprise-accounts.license-tab %}
41
34
1. If your license includes {% data variables.product.prodname_GH_advanced_security %}, the license page includes a section showing details of current usage.
42
-
{% endif %}
43
35
44
36
## Prerequisites for enabling {% data variables.product.prodname_GH_advanced_security %}
45
37
46
-
1. Upgrade your license for {% data variables.product.product_name %} to include {% data variables.product.prodname_GH_advanced_security %}.{% ifversion ghes %} For information about licensing, see "[AUTOTITLE](/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security)."{% endif %}
38
+
1. Upgrade your license for {% data variables.product.product_name %} to include {% data variables.product.prodname_GH_advanced_security %}.For information about licensing, see "[AUTOTITLE](/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security)."
47
39
1. Download the new license file. For more information, see "[AUTOTITLE](/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise)."
48
-
1. Upload the new license file to {% data variables.location.product_location %}. For more information, see "[AUTOTITLE](/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server)."{% ifversion ghes %}
40
+
1. Upload the new license file to {% data variables.location.product_location %}. For more information, see "[AUTOTITLE](/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server)."
49
41
1. Review the prerequisites for the features you plan to enable.
50
42
51
43
- {% data variables.product.prodname_code_scanning_caps %}, see "[AUTOTITLE](/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance#prerequisites-for-code-scanning)."
52
-
- {% data variables.product.prodname_secret_scanning_caps %}, see "[AUTOTITLE](/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance#prerequisites-for-secret-scanning)."{% endif %}
44
+
- {% data variables.product.prodname_secret_scanning_caps %}, see "[AUTOTITLE](/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance#prerequisites-for-secret-scanning)."
53
45
- {% data variables.product.prodname_dependabot %}, see "[AUTOTITLE](/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise)."
54
46
55
47
## Enabling and disabling {% data variables.product.prodname_GH_advanced_security %} features
@@ -59,11 +51,7 @@ For guidance on a phased deployment of GitHub Advanced Security, see "[AUTOTITLE
59
51
{% data reusables.enterprise_site_admin_settings.access-settings %}
60
52
{% data reusables.enterprise_site_admin_settings.management-console %}
61
53
{% data reusables.enterprise_management_console.advanced-security-tab %}
62
-
{%- ifversion ghes %}
63
54
1. Under "Security," select the features that you want to enable and deselect any features you want to disable.
64
-
{%- else %}
65
-
1. Under "{% data variables.product.prodname_advanced_security %}," select **{% data variables.product.prodname_code_scanning_caps %}**.
66
-
{%- endif %}
67
55
{% data reusables.enterprise_management_console.save-settings %}
68
56
69
57
When {% data variables.product.product_name %} has finished restarting, you're ready to set up any additional resources required for newly enabled features. For more information, see "[AUTOTITLE](/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance)."
@@ -90,15 +78,11 @@ For example, you can enable any {% data variables.product.prodname_GH_advanced_s
90
78
ghe-config app.secret-scanning.enabled true
91
79
```
92
80
93
-
- To enable the dependency graph, enter the following {% ifversion ghes %}command{% else %}commands{% endif %}.
94
-
{% ifversion ghes %}```shell
95
-
ghe-config app.dependency-graph.enabled true
81
+
- To enable the dependency graph, enter the following command.
Copy file name to clipboardExpand all lines: content/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-aws.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -96,10 +96,9 @@ If you're setting up your AMI for the first time, you will need to create a secu
96
96
aws ec2 authorize-security-group-ingress --group-id SECURITY_GROUP_ID --protocol PROTOCOL --port PORT_NUMBER --cidr SOURCE IP RANGE
97
97
```
98
98
99
-
This table identifies what each port is used for.
100
-
101
-
{% data reusables.enterprise_installation.necessary_ports %}
99
+
This table identifies what each port is used for.
102
100
101
+
{% data reusables.enterprise_installation.necessary_ports %}
103
102
## Creating the {% data variables.product.prodname_ghe_server %} instance
104
103
105
104
To create the instance, you'll need to launch an EC2 instance with your {% data variables.product.prodname_ghe_server %} AMI and attach an additional storage volume for your instance data. For more information, see "[Hardware considerations](#hardware-considerations)."
Copy file name to clipboardExpand all lines: content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ If an organization enforces SAML SSO, you cannot use the enterprise settings to
55
55
- If the organization uses SCIM, accept the organization invitation that will be generated by the SCIM integration.
56
56
- If the organization does not use SCIM, visit the following URL, replacing ORGANIZATION with the name of the organization, then follow the prompts to authenticate.
57
57
58
-
`https://github.com/orgs/ORGANIZATION/sso`
58
+
`https://github.com/orgs/ORGANIZATION/sso`
59
59
60
60
After you've joined the organization, you can use the enterprise settings to manage your role in the organization, such as becoming an organization owner. For more information, see "[Managing your role with the enterprise settings](#managing-your-role-with-the-enterprise-settings)."
Copy file name to clipboardExpand all lines: content/code-security/code-scanning/managing-code-scanning-alerts/tracking-code-scanning-alerts-in-issues-using-task-lists.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -85,4 +85,4 @@ Instead of tracking a {% data variables.product.prodname_code_scanning %} alert
85
85
1. Begin creating an issue through the API. For more information, see "[Create an issue](/rest/issues/issues#create-an-issue)."
86
86
1. Provide the code scanning link within the body of the issue. You must use the following task list syntax to create the tracked relationship: `- [ ] <full-URL-to-the-code-scanning-alert>`.
87
87
88
-
For example, if you add `- [ ] https://github.com/octocat-org/octocat-repo/security/code-scanning/17` to an issue, the issue will track the code scanning alert that has an ID number of 17 in the **Security** tab of the `octocat-repo` repository in the `octocat-org` organization.
88
+
For example, if you add `- [ ] https://github.com/octocat-org/octocat-repo/security/code-scanning/17` to an issue, the issue will track the code scanning alert that has an ID number of 17 in the **Security** tab of the `octocat-repo` repository in the `octocat-org` organization.
Copy file name to clipboardExpand all lines: content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ body:
40
40
You can set the following top-level keys for each issue form.
41
41
42
42
| Key | Description | Required | Type |
43
-
| :-- | :-- | :-- | :-- | :-- |
43
+
| :-- | :-- | :-- | :-- |
44
44
| `name` | A name for the issue form template. Must be unique from all other templates, including Markdown templates. | Required | String |
45
45
| `description` | A description for the issue form template, which appears in the template chooser interface. | Required | String |
46
46
| `body` | Definition of the input types in the form. | Required | Array |
Copy file name to clipboardExpand all lines: content/get-started/using-github/github-command-palette.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ These keystrokes are available when the command palette is in navigation and sea
138
138
These commands are available from all scopes.
139
139
140
140
| Command | Behavior|
141
-
| :- | :- | :- |
141
+
| :- | :- |
142
142
|`Import repository`|Create a new repository by importing a project from another version control system. For more information, see "[AUTOTITLE](/migrations/importing-source-code/using-github-importer/importing-a-repository-with-github-importer)." |
143
143
|`New gist`|Open a new gist. For more information, see "[AUTOTITLE](/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists)." |
144
144
|`New organization`|Create a new organization. For more information, see "[AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch)." |
Copy file name to clipboardExpand all lines: content/issues/planning-and-tracking-with-projects/automating-your-project/archiving-items-automatically.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ You can configure your project's built-in workflows to automatically archive ite
22
22
The auto-archive workflow supports a subset of filters. You can use the following filters when configuring your workflow.
| `updated` | <code><@today-<em>14</em>d</code> (the last 14 days), <code><@today-<em>3</em>w</code> (the last 3 weeks), <code><@today-<em>1</em>m</code> (the last month)
0 commit comments