Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/admin/guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ includeGuides:
- /admin/configuring-settings/configuring-network-settings/changing-the-hostname-for-your-instance
- /admin/backing-up-and-restoring-your-instance/configuring-backups-on-your-instance
- /admin/configuring-settings/configuring-network-settings/configuring-built-in-firewall-rules
- /admin/managing-code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance
- /code-security/how-tos/secure-at-scale/configure-enterprise-security/configure-specific-tools/configuring-code-scanning-for-your-appliance
- /admin/configuration/configuring-data-encryption-for-your-enterprise
- /admin/managing-code-security/managing-github-advanced-security-for-your-enterprise/configuring-dependency-review-for-your-appliance
- /code-security/how-tos/secure-at-scale/configure-enterprise-security/configure-specific-tools/configuring-dependency-review-for-your-appliance
- /admin/configuring-settings/configuring-network-settings/configuring-dns-nameservers
- /admin/configuring-settings/configuring-user-applications-for-your-enterprise/configuring-rate-limits
- /admin/managing-code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance
- /code-security/how-tos/secure-at-scale/configure-enterprise-security/configure-specific-tools/configuring-secret-scanning-for-your-appliance
- /admin/configuring-settings/hardening-security-for-your-enterprise/configuring-tls
- /admin/configuring-settings/configuring-user-applications-for-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise
- /admin/configuring-settings/configuring-user-applications-for-your-enterprise/managing-github-mobile-for-your-enterprise
Expand Down
2 changes: 1 addition & 1 deletion content/admin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ featuredLinks:
guideCards:
- '{% ifversion ghes %}/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server{% endif %}'
- '{% ifversion ghes %}/admin/configuring-packages/getting-started-with-github-packages-for-your-enterprise{% endif %}'
- '{% ifversion ghes %}/admin/managing-code-security/managing-github-advanced-security-for-your-enterprise{% endif %}'
- '{% ifversion ghes < 3.15 %}/admin/managing-code-security/managing-github-advanced-security-for-your-enterprise{% endif %}'
- '{% ifversion ghec %}/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise{% endif %}'
- '{% ifversion ghec %}/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-code-security-and-analysis-for-your-enterprise{% endif %}'
- '{% ifversion ghec %}/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise{% endif %}'
Expand Down
2 changes: 0 additions & 2 deletions content/admin/managing-code-security/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ topics:
- Enterprise
children:
- /managing-github-advanced-security-for-your-enterprise
- /managing-supply-chain-security-for-your-enterprise
- /securing-your-enterprise
redirect_from:
- /admin/code-security
---
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: '{% ifversion ghes %}Setting up {% data variables.product.prodname_GHAS %} features on your appliance{% else %}Configuring infrastructure for {% data variables.product.prodname_GHAS %} features{% endif %}'
shortTitle: '{% ifversion ghes %}Set up{% else %}Configure{% endif %} {% data variables.product.prodname_GHAS %}'
intro: 'You can {% ifversion ghes %}set up{% else %}configure{% endif %} {% data variables.product.prodname_AS %}{% ifversion ghas-products %} products{% endif %} to suit your enterprise''s needs.'
title: 'Setting up {% data variables.product.prodname_GHAS %} features on your appliance'
shortTitle: 'Set up {% data variables.product.prodname_GHAS %}'
intro: You can set up {% data variables.product.prodname_AS %} to suit your enterprise's needs.
allowTitleToDifferFromFilename: true
product: '{% data reusables.gated-features.ghas-ghec %}'
redirect_from:
Expand All @@ -10,14 +10,9 @@ redirect_from:
- /admin/advanced-security
- /admin/code-security/managing-github-advanced-security-for-your-enterprise
versions:
ghec: '*'
ghes: '*'
ghes: '<= 3.15'
topics:
- Enterprise
children:
- /enabling-github-advanced-security-for-your-enterprise
- /managing-github-advanced-security-features-for-your-enterprise
- /configuring-code-scanning-for-your-appliance
- /configuring-dependency-review-for-your-appliance
- /configuring-secret-scanning-for-your-appliance
---

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ With **{% data variables.product.prodname_secret_scanning %}**, you can scan you

To learn more, see [AUTOTITLE](/code-security/secret-scanning/introduction/about-secret-scanning).

{% data variables.product.prodname_secret_scanning_caps %} can be enabled at the enterprise, organization, and repository level. See {% ifversion ghes %}[AUTOTITLE](/admin/managing-code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance){% elsif ghec %}[AUTOTITLE](/admin/managing-code-security/securing-your-enterprise/about-security-configurations){% endif %} for enablement at enterprise level.
{% data variables.product.prodname_secret_scanning_caps %} can be enabled at the enterprise, organization, and repository level. See {% ifversion ghes %}[AUTOTITLE](/admin/managing-code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance){% elsif ghec %}[AUTOTITLE](/code-security/concepts/security-at-scale/about-security-configurations){% endif %} for enablement at enterprise level.

### Push protection

Expand Down Expand Up @@ -137,4 +137,4 @@ Many industries have regulations that require regular security assessments and v

To get started quickly with {% data variables.product.prodname_code_scanning %}, we recommend you use the default setup. See [AUTOTITLE](/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning).

{% data variables.product.prodname_code_scanning_caps %} can be enabled at the enterprise, organization, and repository level. See {% ifversion ghes %}[AUTOTITLE](/admin/managing-code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance){% elsif ghec %}[AUTOTITLE](/admin/managing-code-security/securing-your-enterprise/about-security-configurations){% endif %} for enablement at enterprise level.
{% data variables.product.prodname_code_scanning_caps %} can be enabled at the enterprise, organization, and repository level. See {% ifversion ghes %}[AUTOTITLE](/admin/managing-code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance){% elsif ghec %}[AUTOTITLE](/code-security/concepts/security-at-scale/about-security-configurations){% endif %} for enablement at enterprise level.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ If your {% data variables.product.github %} license includes {% data variables.v

* Under "User licenses", view your total licenses, number of consumed licenses, and your subscription expiration date.
* To view details for license usage or download a JSON file with license details, click **View users** or **Export license usage**.
* Review your current {% data variables.product.prodname_enterprise %} license, as well as consumed and available user licenses.
* If you have purchased {% data variables.product.prodname_AS %}, you can review your total licenses used as well as a per-organization breakdown of active committers. See [AUTOTITLE](/admin/code-security/managing-github-advanced-security-for-your-enterprise).
* Review your current {% data variables.product.prodname_enterprise %} license, as well as consumed and available user licenses.{% ifversion ghes < 3.15 %}
* If you have purchased {% data variables.product.prodname_AS %}, you can review your total licenses used as well as a per-organization breakdown of active committers. See [AUTOTITLE](/admin/code-security/managing-github-advanced-security-for-your-enterprise).{% endif %}

## Reporting license information using the REST API

Expand Down
4 changes: 2 additions & 2 deletions content/code-security/code-quality/how-tos/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: How-to guides for GitHub Code Quality
shortTitle: How-to guides
intro: 'Learn how to use {% data variables.product.prodname_code_quality %} with these detailed guides.'
intro: Learn how to use {% data variables.product.prodname_code_quality %} with these detailed guides.
versions:
feature: code-quality
topics:
Expand All @@ -12,5 +12,5 @@ children:
- /interpret-results
- /set-pr-thresholds
- /unblock-your-pr
- /allow-in-enterprise
---

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Creating an advanced setup for {% data variables.product.prodname_code_scanning %}
shortTitle: 'Create advanced setup'
intro: 'For more granular control over your {% data variables.product.prodname_code_scanning %} configuration, you can secure your code with advanced setup for {% data variables.product.prodname_code_scanning %}.'
shortTitle: Create advanced setup
intro: For more granular control over your {% data variables.product.prodname_code_scanning %} configuration, you can secure your code with advanced setup for {% data variables.product.prodname_code_scanning %}.
product: '{% data reusables.gated-features.code-scanning %}'
versions:
fpt: '*'
Expand All @@ -14,7 +14,7 @@ children:
- /configuring-advanced-setup-for-code-scanning
- /customizing-your-advanced-setup-for-code-scanning
- /codeql-code-scanning-for-compiled-languages
- /configuring-advanced-setup-for-code-scanning-with-codeql-at-scale
- /recommended-hardware-resources-for-running-codeql
- /running-codeql-code-scanning-in-a-container
---

Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ topics:
- CodeQL
children:
- /configuring-default-setup-for-code-scanning
- /configuring-default-setup-for-code-scanning-at-scale
---

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ children:
- /disabling-autofix-for-code-scanning
- /assessing-code-scanning-alerts-for-your-repository
- /resolving-code-scanning-alerts
- /best-practices-for-participating-in-a-security-campaign
- /fixing-alerts-in-security-campaign
- /triaging-code-scanning-alerts-in-pull-requests
---
Expand Down
4 changes: 4 additions & 0 deletions content/code-security/concepts/security-at-scale/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ children:
- /about-security-campaigns
- /auditing-security-alerts
- /about-supply-chain-security-for-your-enterprise
redirect_from:
- /admin/managing-code-security/managing-supply-chain-security-for-your-enterprise
- /admin/code-security/managing-supply-chain-security-for-your-enterprise
- /admin/managing-code-security/securing-your-enterprise
---
3 changes: 2 additions & 1 deletion content/code-security/how-tos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ topics:
- Dependabot
contentType: how-tos
children:
- secure-your-supply-chain
- /secure-at-scale
- /secure-your-supply-chain
---
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
---
title: Allowing use of {% data variables.product.prodname_code_quality %} in your enterprise
shortTitle: Allow in enterprise
intro: 'Define policies for {% data variables.product.prodname_AS %} that allow repository owners to enable {% data variables.product.prodname_code_quality %}.'
shortTitle: Allow {% data variables.product.prodname_code_quality_short %}
intro: Define policies for {% data variables.product.prodname_AS %} that allow repository owners to enable {% data variables.product.prodname_code_quality %}.
versions:
feature: code-quality
product: '{% data reusables.gated-features.code-quality-availability %}'
permissions: 'Enterprise owners'
permissions: Enterprise owners
audience:
- driver
topics:
- Code Quality
contentType: how-tos
allowTitleToDifferFromFilename: true
redirect_from:
- /code-security/code-quality/how-tos/allow-in-enterprise
---

{% data reusables.code-quality.code-quality-preview-note %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
title: '{% ifversion ghes %}Configuring code scanning for your appliance{% elsif default-setup-self-hosted-runners-GHEC %}Configuring self-hosted runners for code scanning in your enterprise{% endif %}'
shortTitle: Configuring code scanning
intro: 'You can enable, configure, and disable {% data variables.product.prodname_code_scanning %} for your enterprise{% ifversion default-setup-self-hosted-runners-GHEC %} without {% data variables.product.prodname_dotcom %}-hosted runners{% endif %}. {% data variables.product.prodname_code_scanning_caps %} allows users to scan code for vulnerabilities and errors.'
shortTitle: Configure code scanning
intro: You can enable, configure, and disable {% data variables.product.prodname_code_scanning %} for your enterprise{% ifversion default-setup-self-hosted-runners-GHEC %} without {% data variables.product.prodname_dotcom %}-hosted runners{% endif %}. {% data variables.product.prodname_code_scanning_caps %} allows users to scan code for vulnerabilities and errors.
allowTitleToDifferFromFilename: true
product: '{% data reusables.gated-features.code-scanning %}'
redirect_from:
- /enterprise/admin/configuration/configuring-code-scanning-for-your-appliance
- /admin/configuration/configuring-code-scanning-for-your-appliance
- /admin/advanced-security/configuring-code-scanning-for-your-appliance
- /admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance
- /admin/managing-code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance
versions:
ghes: '*'
ghec: '*'
Expand All @@ -18,6 +19,7 @@ topics:
- Code scanning
- Enterprise
- Security
contentType: how-tos
---
<!--The CodeQL CLI man pages include a link to a section in this article. If you rename this article,
make sure that you also update the MS short link: https://aka.ms/code-scanning-docs/configuring-ghes.-->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Configuring Dependabot to work with limited internet access
intro: 'You can configure {% data variables.product.prodname_dependabot %} to generate pull requests for version and security updates using private registries when {% data variables.product.prodname_ghe_server %} has limited, or no, internet access.'
intro: You can configure {% data variables.product.prodname_dependabot %} to generate pull requests for version and security updates using private registries when {% data variables.product.prodname_ghe_server %} has limited, or no, internet access.
versions:
feature: dependabot-ghes-no-public-internet
type: how_to
Expand All @@ -13,6 +13,8 @@ topics:
shortTitle: Limited internet access
redirect_from:
- /admin/code-security/managing-supply-chain-security-for-your-enterprise/configuring-dependabot-to-work-with-limited-internet-access
- /admin/managing-code-security/managing-supply-chain-security-for-your-enterprise/configuring-dependabot-to-work-with-limited-internet-access
contentType: how-tos
---

## About {% data variables.product.prodname_dependabot %} updates
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Configuring dependency review for your appliance
shortTitle: Configuring dependency review
intro: 'To help users understand dependency changes when reviewing pull requests, you can enable, configure, and disable dependency review for {% data variables.product.prodname_ghe_server %}.'
shortTitle: Configure dependency review
intro: To help users understand dependency changes when reviewing pull requests, you can enable, configure, and disable dependency review for {% data variables.product.prodname_ghe_server %}.
product: '{% data reusables.gated-features.dependency-review %}'
versions:
ghes: '*'
Expand All @@ -13,6 +13,8 @@ topics:
- Security
redirect_from:
- /admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-dependency-review-for-your-appliance
- /admin/managing-code-security/managing-github-advanced-security-for-your-enterprise/configuring-dependency-review-for-your-appliance
contentType: how-tos
---

## About dependency review
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: Configuring secret scanning for your appliance
shortTitle: Configuring secret scanning
intro: 'You can enable, configure, and disable {% data variables.product.prodname_secret_scanning %} for {% data variables.product.prodname_ghe_server %}. {% data variables.product.prodname_secret_scanning_caps %} allows users to scan code for accidentally committed secrets.'
shortTitle: Configure secret scanning
intro: You can enable, configure, and disable {% data variables.product.prodname_secret_scanning %} for {% data variables.product.prodname_ghe_server %}. {% data variables.product.prodname_secret_scanning_caps %} allows users to scan code for accidentally committed secrets.
product: '{% data reusables.gated-features.secret-scanning %}'
redirect_from:
- /admin/configuration/configuring-secret-scanning-for-your-appliance
- /admin/advanced-security/configuring-secret-scanning-for-your-appliance
- /admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance
- /admin/managing-code-security/managing-github-advanced-security-for-your-enterprise/configuring-secret-scanning-for-your-appliance
versions:
ghes: '*'
type: how_to
Expand All @@ -15,6 +16,7 @@ topics:
- Enterprise
- Secret scanning
- Security
contentType: how-tos
---

## About {% data variables.product.prodname_secret_scanning %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ topics:
- Dependency graph
redirect_from:
- /admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise
- /admin/managing-code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise
contentType: how-tos
---

## About the dependency graph
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Configure specific tools
intro: Learn how to configure specific {% data variables.product.github %} security and quality tools—such as the dependency graph, {% data variables.product.prodname_code_scanning %}, secret scanning, and {% data variables.product.prodname_dependabot %}—for your enterprise.
versions:
fpt: '*'
ghes: '*'
ghec: '*'
contentType: how-tos
children:
- /enabling-the-dependency-graph-for-your-enterprise
- /allow-github-code-quality-in-enterprise
- /configuring-code-scanning-for-your-appliance
- /configuring-dependency-review-for-your-appliance
- /configuring-secret-scanning-for-your-appliance
- /viewing-the-vulnerability-data-for-your-enterprise
- /configuring-dependabot-to-work-with-limited-internet-access
---
Loading
Loading