1
0
mirror of synced 2025-12-21 02:46:50 -05:00

Remove support for miniTocMaxHeadingLevel (#34758)

This commit is contained in:
Hector Alfaro
2023-02-17 11:29:02 -05:00
committed by GitHub
parent 7800cfa2fc
commit 4cd28fd735
346 changed files with 146 additions and 428 deletions

View File

@@ -7,7 +7,6 @@ versions:
redirect_from: redirect_from:
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings - /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings
type: how_to type: how_to
miniTocMaxHeadingLevel: 3
--- ---
## About accessibility settings ## About accessibility settings

View File

@@ -13,7 +13,6 @@ versions:
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
type: reference type: reference
miniTocMaxHeadingLevel: 4
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

View File

@@ -2,7 +2,6 @@
title: About security hardening with OpenID Connect title: About security hardening with OpenID Connect
shortTitle: Security hardening with OpenID Connect shortTitle: Security hardening with OpenID Connect
intro: OpenID Connect allows your workflows to exchange short-lived tokens directly from your cloud provider. intro: OpenID Connect allows your workflows to exchange short-lived tokens directly from your cloud provider.
miniTocMaxHeadingLevel: 4
versions: versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'

View File

@@ -2,7 +2,6 @@
title: Configuring OpenID Connect in Amazon Web Services title: Configuring OpenID Connect in Amazon Web Services
shortTitle: OpenID Connect in AWS shortTitle: OpenID Connect in AWS
intro: Use OpenID Connect within your workflows to authenticate with Amazon Web Services. intro: Use OpenID Connect within your workflows to authenticate with Amazon Web Services.
miniTocMaxHeadingLevel: 3
versions: versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'

View File

@@ -2,7 +2,6 @@
title: Configuring OpenID Connect in Azure title: Configuring OpenID Connect in Azure
shortTitle: OpenID Connect in Azure shortTitle: OpenID Connect in Azure
intro: Use OpenID Connect within your workflows to authenticate with Azure. intro: Use OpenID Connect within your workflows to authenticate with Azure.
miniTocMaxHeadingLevel: 3
versions: versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'

View File

@@ -2,7 +2,6 @@
title: Configuring OpenID Connect in cloud providers title: Configuring OpenID Connect in cloud providers
shortTitle: OpenID Connect in cloud providers shortTitle: OpenID Connect in cloud providers
intro: Use OpenID Connect within your workflows to authenticate with cloud providers. intro: Use OpenID Connect within your workflows to authenticate with cloud providers.
miniTocMaxHeadingLevel: 3
versions: versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'

View File

@@ -2,7 +2,6 @@
title: Configuring OpenID Connect in Google Cloud Platform title: Configuring OpenID Connect in Google Cloud Platform
shortTitle: OpenID Connect in Google Cloud Platform shortTitle: OpenID Connect in Google Cloud Platform
intro: Use OpenID Connect within your workflows to authenticate with Google Cloud Platform. intro: Use OpenID Connect within your workflows to authenticate with Google Cloud Platform.
miniTocMaxHeadingLevel: 3
versions: versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'

View File

@@ -2,7 +2,6 @@
title: Configuring OpenID Connect in HashiCorp Vault title: Configuring OpenID Connect in HashiCorp Vault
shortTitle: OpenID Connect in HashiCorp Vault shortTitle: OpenID Connect in HashiCorp Vault
intro: Use OpenID Connect within your workflows to authenticate with HashiCorp Vault. intro: Use OpenID Connect within your workflows to authenticate with HashiCorp Vault.
miniTocMaxHeadingLevel: 3
versions: versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'

View File

@@ -2,7 +2,6 @@
title: Using OpenID Connect with reusable workflows title: Using OpenID Connect with reusable workflows
shortTitle: OpenID Connect with reusable workflows shortTitle: OpenID Connect with reusable workflows
intro: You can use reusable workflows with OIDC to standardize and security harden your deployment steps. intro: You can use reusable workflows with OIDC to standardize and security harden your deployment steps.
miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:
- /actions/deployment/security-hardening-your-deployments/using-oidc-with-your-reusable-workflows - /actions/deployment/security-hardening-your-deployments/using-oidc-with-your-reusable-workflows
versions: versions:

View File

@@ -3,7 +3,6 @@ title: Using environments for deployment
shortTitle: Use environments for deployment shortTitle: Use environments for deployment
intro: You can configure environments with protection rules and secrets. A workflow job that references an environment must follow any protection rules for the environment before running or accessing the environment's secrets. intro: You can configure environments with protection rules and secrets. A workflow job that references an environment must follow any protection rules for the environment before running or accessing the environment's secrets.
product: '{% data reusables.gated-features.environments %}' product: '{% data reusables.gated-features.environments %}'
miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:
- /actions/reference/environments - /actions/reference/environments
- /actions/deployment/environments - /actions/deployment/environments

View File

@@ -4,7 +4,6 @@ intro: You can customize how your self-hosted runner invokes a container for a j
versions: versions:
feature: container-hooks feature: container-hooks
type: reference type: reference
miniTocMaxHeadingLevel: 4
shortTitle: Customize containers used by jobs shortTitle: Customize containers used by jobs
--- ---

View File

@@ -4,7 +4,6 @@ shortTitle: Manage access with runner groups
intro: You can use policies to limit access to self-hosted runners that have been added to an organization or enterprise. intro: You can use policies to limit access to self-hosted runners that have been added to an organization or enterprise.
redirect_from: redirect_from:
- /actions/hosting-your-own-runners/managing-access-to-self-hosted-runners - /actions/hosting-your-own-runners/managing-access-to-self-hosted-runners
miniTocMaxHeadingLevel: 3
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -11,7 +11,6 @@ versions:
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
type: tutorial type: tutorial
miniTocMaxHeadingLevel: 3
defaultPlatform: linux defaultPlatform: linux
shortTitle: Monitor & troubleshoot shortTitle: Monitor & troubleshoot
--- ---

View File

@@ -4,7 +4,6 @@ intro: 'Scripts can automatically execute on a self-hosted runner, directly befo
versions: versions:
feature: job-hooks-for-runners feature: job-hooks-for-runners
type: tutorial type: tutorial
miniTocMaxHeadingLevel: 3
shortTitle: Run a script before or after a job shortTitle: Run a script before or after a job
--- ---

View File

@@ -13,7 +13,6 @@ versions:
ghes: '*' ghes: '*'
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
miniTocMaxHeadingLevel: 3
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

View File

@@ -7,7 +7,6 @@ versions:
ghes: '*' ghes: '*'
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
miniTocMaxHeadingLevel: 3
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

View File

@@ -2,7 +2,6 @@
title: Understanding GitHub Actions title: Understanding GitHub Actions
shortTitle: Understand GitHub Actions shortTitle: Understand GitHub Actions
intro: 'Learn the basics of {% data variables.product.prodname_actions %}, including core concepts and essential terminology.' intro: 'Learn the basics of {% data variables.product.prodname_actions %}, including core concepts and essential terminology.'
miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:
- /github/automating-your-workflow-with-github-actions/core-concepts-for-github-actions - /github/automating-your-workflow-with-github-actions/core-concepts-for-github-actions
- /actions/automating-your-workflow-with-github-actions/core-concepts-for-github-actions - /actions/automating-your-workflow-with-github-actions/core-concepts-for-github-actions

View File

@@ -12,7 +12,6 @@ versions:
ghes: '*' ghes: '*'
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
miniTocMaxHeadingLevel: 3
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

View File

@@ -3,7 +3,6 @@ title: Re-running workflows and jobs
shortTitle: Re-run workflows and jobs shortTitle: Re-run workflows and jobs
intro: 'You can re-run a workflow run{% ifversion re-run-jobs %}, all failed jobs in a workflow run, or specific jobs in a workflow run{% endif %} up to 30 days after its initial run.' intro: 'You can re-run a workflow run{% ifversion re-run-jobs %}, all failed jobs in a workflow run, or specific jobs in a workflow run{% endif %} up to 30 days after its initial run.'
permissions: People with write permissions to a repository can re-run workflows in the repository. permissions: People with write permissions to a repository can re-run workflows in the repository.
miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:
- /actions/managing-workflow-runs/re-running-a-workflow - /actions/managing-workflow-runs/re-running-a-workflow
versions: versions:

View File

@@ -7,7 +7,6 @@ versions:
ghes: '*' ghes: '*'
ghae: '*' ghae: '*'
type: how_to type: how_to
miniTocMaxHeadingLevel: 3
topics: topics:
- Migration - Migration
- CI - CI

View File

@@ -7,7 +7,6 @@ versions:
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
shortTitle: About monitoring and troubleshooting shortTitle: About monitoring and troubleshooting
miniTocMaxHeadingLevel: 3
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

View File

@@ -8,7 +8,6 @@ redirect_from:
- /actions/configuring-and-managing-workflows/using-variables-and-secrets-in-a-workflow - /actions/configuring-and-managing-workflows/using-variables-and-secrets-in-a-workflow
- /actions/reference/encrypted-secrets - /actions/reference/encrypted-secrets
- /actions/managing-workflows/storing-secrets - /actions/managing-workflows/storing-secrets
miniTocMaxHeadingLevel: 3
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -13,7 +13,6 @@ versions:
type: overview type: overview
topics: topics:
- Security - Security
miniTocMaxHeadingLevel: 3
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

View File

@@ -10,7 +10,6 @@ redirect_from:
- /actions/reference/virtual-environments-for-github-hosted-runners - /actions/reference/virtual-environments-for-github-hosted-runners
- /actions/reference/software-installed-on-github-hosted-runners - /actions/reference/software-installed-on-github-hosted-runners
- /actions/reference/specifications-for-github-hosted-runners - /actions/reference/specifications-for-github-hosted-runners
miniTocMaxHeadingLevel: 3
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -3,7 +3,6 @@ title: Controlling access to larger runners
shortTitle: 'Control access to {% data variables.actions.hosted_runner %}s' shortTitle: 'Control access to {% data variables.actions.hosted_runner %}s'
intro: 'You can use policies to limit access to {% data variables.actions.hosted_runner %}s that have been added to an organization or enterprise.' intro: 'You can use policies to limit access to {% data variables.actions.hosted_runner %}s that have been added to an organization or enterprise.'
product: '{% data reusables.gated-features.hosted-runners %}' product: '{% data reusables.gated-features.hosted-runners %}'
miniTocMaxHeadingLevel: 3
versions: versions:
feature: actions-hosted-runners feature: actions-hosted-runners
type: tutorial type: tutorial

View File

@@ -2,7 +2,6 @@
title: Using larger runners title: Using larger runners
shortTitle: Larger runners shortTitle: Larger runners
intro: '{% data variables.product.prodname_dotcom %} offers larger runners with more RAM and CPU.' intro: '{% data variables.product.prodname_dotcom %} offers larger runners with more RAM and CPU.'
miniTocMaxHeadingLevel: 3
product: '{% data reusables.gated-features.hosted-runners %}' product: '{% data reusables.gated-features.hosted-runners %}'
versions: versions:
feature: actions-hosted-runners feature: actions-hosted-runners

View File

@@ -7,7 +7,6 @@ versions:
ghes: '> 3.1' ghes: '> 3.1'
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
miniTocMaxHeadingLevel: 4
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

View File

@@ -2,7 +2,6 @@
title: Choosing the runner for a job title: Choosing the runner for a job
shortTitle: Choose the runner for a job shortTitle: Choose the runner for a job
intro: Define the type of machine that will process a job in your workflow. intro: Define the type of machine that will process a job in your workflow.
miniTocMaxHeadingLevel: 3
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -7,7 +7,6 @@ versions:
ghes: '*' ghes: '*'
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
miniTocMaxHeadingLevel: 4
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

View File

@@ -7,7 +7,6 @@ versions:
ghes: '*' ghes: '*'
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
miniTocMaxHeadingLevel: 4
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

View File

@@ -7,7 +7,6 @@ versions:
ghes: '*' ghes: '*'
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
miniTocMaxHeadingLevel: 4
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

View File

@@ -7,7 +7,6 @@ versions:
ghes: '*' ghes: '*'
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
miniTocMaxHeadingLevel: 4
redirect_from: redirect_from:
- /actions/using-jobs/using-a-build-matrix-for-your-jobs - /actions/using-jobs/using-a-build-matrix-for-your-jobs
--- ---

View File

@@ -7,7 +7,6 @@ versions:
ghes: '> 3.1' ghes: '> 3.1'
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
miniTocMaxHeadingLevel: 4
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

View File

@@ -7,7 +7,6 @@ versions:
ghes: '*' ghes: '*'
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
miniTocMaxHeadingLevel: 4
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

View File

@@ -7,7 +7,6 @@ versions:
ghes: '> 3.0' ghes: '> 3.0'
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
miniTocMaxHeadingLevel: 4
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

View File

@@ -7,7 +7,6 @@ versions:
ghes: '*' ghes: '*'
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
miniTocMaxHeadingLevel: 4
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

View File

@@ -13,7 +13,6 @@ redirect_from:
- /actions/using-workflows/advanced-workflow-features - /actions/using-workflows/advanced-workflow-features
topics: topics:
- Workflows - Workflows
miniTocMaxHeadingLevel: 3
--- ---
## About workflows ## About workflows

View File

@@ -13,7 +13,6 @@ versions:
type: tutorial type: tutorial
topics: topics:
- Workflows - Workflows
miniTocMaxHeadingLevel: 3
--- ---
## About caching workflow dependencies ## About caching workflow dependencies

View File

@@ -1,7 +1,6 @@
--- ---
title: Events that trigger workflows title: Events that trigger workflows
intro: 'You can configure your workflows to run when specific activity on {% data variables.product.product_name %} happens, at a scheduled time, or when an event outside of {% data variables.product.product_name %} occurs.' intro: 'You can configure your workflows to run when specific activity on {% data variables.product.product_name %} happens, at a scheduled time, or when an event outside of {% data variables.product.product_name %} occurs.'
miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:
- /articles/events-that-trigger-workflows - /articles/events-that-trigger-workflows
- /github/automating-your-workflow-with-github-actions/events-that-trigger-workflows - /github/automating-your-workflow-with-github-actions/events-that-trigger-workflows

View File

@@ -2,7 +2,6 @@
title: Required workflows title: Required workflows
shortTitle: Required workflows shortTitle: Required workflows
intro: You can specify which workflows will run as required status checks in all repositories or selected repositories in your organization. intro: You can specify which workflows will run as required status checks in all repositories or selected repositories in your organization.
miniTocMaxHeadingLevel: 3
versions: versions:
feature: required-workflows feature: required-workflows
type: how_to type: how_to

View File

@@ -4,7 +4,6 @@ shortTitle: Reuse workflows
intro: Learn how to avoid duplication when creating a workflow by reusing existing workflows. intro: Learn how to avoid duplication when creating a workflow by reusing existing workflows.
redirect_from: redirect_from:
- /actions/learn-github-actions/reusing-workflows - /actions/learn-github-actions/reusing-workflows
miniTocMaxHeadingLevel: 3
versions: versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'

View File

@@ -12,7 +12,6 @@ topics:
- Workflows - Workflows
- CI - CI
- CD - CD
miniTocMaxHeadingLevel: 3
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

View File

@@ -13,7 +13,6 @@ versions:
ghes: '*' ghes: '*'
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
miniTocMaxHeadingLevel: 4
--- ---
{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-beta %}

View File

@@ -3,7 +3,6 @@ title: Configuring code scanning for your appliance
shortTitle: Configuring code scanning shortTitle: Configuring code scanning
intro: 'You can enable, configure and disable {% data variables.product.prodname_code_scanning %} for {% data variables.location.product_location %}. {% data variables.product.prodname_code_scanning_capc %} allows users to scan code for vulnerabilities and errors.' intro: 'You can enable, configure and disable {% data variables.product.prodname_code_scanning %} for {% data variables.location.product_location %}. {% data variables.product.prodname_code_scanning_capc %} allows users to scan code for vulnerabilities and errors.'
product: '{% data reusables.gated-features.code-scanning %}' product: '{% data reusables.gated-features.code-scanning %}'
miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:
- /enterprise/admin/configuration/configuring-code-scanning-for-your-appliance - /enterprise/admin/configuration/configuring-code-scanning-for-your-appliance
- /admin/configuration/configuring-code-scanning-for-your-appliance - /admin/configuration/configuring-code-scanning-for-your-appliance

View File

@@ -3,7 +3,6 @@ title: Configuring dependency review for your appliance
shortTitle: Configuring dependency review 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.location.product_location %}.' intro: 'To help users understand dependency changes when reviewing pull requests, you can enable, configure, and disable dependency review for {% data variables.location.product_location %}.'
product: '{% data reusables.gated-features.dependency-review %}' product: '{% data reusables.gated-features.dependency-review %}'
miniTocMaxHeadingLevel: 3
versions: versions:
feature: dependency-review-action-ghes feature: dependency-review-action-ghes
type: how_to type: how_to

View File

@@ -3,7 +3,6 @@ title: Configuring secret scanning for your appliance
shortTitle: Configuring secret scanning shortTitle: Configuring secret scanning
intro: 'You can enable, configure, and disable {% data variables.product.prodname_secret_scanning %} for {% data variables.location.product_location %}. {% data variables.product.prodname_secret_scanning_caps %} allows users to scan code for accidentally committed secrets.' intro: 'You can enable, configure, and disable {% data variables.product.prodname_secret_scanning %} for {% data variables.location.product_location %}. {% data variables.product.prodname_secret_scanning_caps %} allows users to scan code for accidentally committed secrets.'
product: '{% data reusables.gated-features.secret-scanning %}' product: '{% data reusables.gated-features.secret-scanning %}'
miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:
- /admin/configuration/configuring-secret-scanning-for-your-appliance - /admin/configuration/configuring-secret-scanning-for-your-appliance
- /admin/advanced-security/configuring-secret-scanning-for-your-appliance - /admin/advanced-security/configuring-secret-scanning-for-your-appliance

View File

@@ -8,7 +8,6 @@ type: overview
topics: topics:
- Enterprise - Enterprise
- GitHub Connect - GitHub Connect
miniTocMaxHeadingLevel: 3
--- ---
## About {% data variables.product.prodname_github_connect %} ## About {% data variables.product.prodname_github_connect %}

View File

@@ -1,7 +1,6 @@
--- ---
title: Enabling Dependabot for your enterprise title: Enabling Dependabot for your enterprise
intro: 'You can allow users of {% data variables.location.product_location %} to find and fix vulnerabilities in code dependencies by enabling {% data variables.product.prodname_dependabot_alerts %}{% ifversion ghes %} and {% data variables.product.prodname_dependabot_updates %}{% endif %}.' intro: 'You can allow users of {% data variables.location.product_location %} to find and fix vulnerabilities in code dependencies by enabling {% data variables.product.prodname_dependabot_alerts %}{% ifversion ghes %} and {% data variables.product.prodname_dependabot_updates %}{% endif %}.'
miniTocMaxHeadingLevel: 3
shortTitle: Dependabot shortTitle: Dependabot
redirect_from: redirect_from:
- /enterprise/admin/installation/enabling-security-alerts-for-vulnerable-dependencies-on-github-enterprise-server - /enterprise/admin/installation/enabling-security-alerts-for-vulnerable-dependencies-on-github-enterprise-server

View File

@@ -7,7 +7,6 @@ redirect_from:
- /enterprise/admin/installation/command-line-utilities - /enterprise/admin/installation/command-line-utilities
- /enterprise/admin/configuration/command-line-utilities - /enterprise/admin/configuration/command-line-utilities
- /admin/configuration/command-line-utilities - /admin/configuration/command-line-utilities
miniTocMaxHeadingLevel: 3
versions: versions:
ghes: '*' ghes: '*'
type: reference type: reference

View File

@@ -3,7 +3,6 @@ title: Restricting network traffic to your enterprise with an IP allow list
shortTitle: Restricting network traffic shortTitle: Restricting network traffic
intro: You can restrict access to your enterprise and only allow access to your resources from specified IP addresses by using an IP allow list. intro: You can restrict access to your enterprise and only allow access to your resources from specified IP addresses by using an IP allow list.
permissions: Enterprise owners can configure IP allow lists. permissions: Enterprise owners can configure IP allow lists.
miniTocMaxHeadingLevel: 3
versions: versions:
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'

View File

@@ -13,7 +13,6 @@ topics:
redirect_from: redirect_from:
- /admin/github-actions/enabling-github-actions-with-amazon-s3-storage - /admin/github-actions/enabling-github-actions-with-amazon-s3-storage
shortTitle: Amazon S3 storage shortTitle: Amazon S3 storage
miniTocMaxHeadingLevel: 3
--- ---
{% data reusables.actions.enterprise-storage-about %} {% data reusables.actions.enterprise-storage-about %}

View File

@@ -13,7 +13,6 @@ topics:
redirect_from: redirect_from:
- /admin/github-actions/enabling-github-actions-with-azure-blob-storage - /admin/github-actions/enabling-github-actions-with-azure-blob-storage
shortTitle: Azure Blob storage shortTitle: Azure Blob storage
miniTocMaxHeadingLevel: 3
--- ---
{% data reusables.actions.enterprise-storage-about %} {% data reusables.actions.enterprise-storage-about %}

View File

@@ -11,7 +11,6 @@ topics:
- Infrastructure - Infrastructure
- Storage - Storage
shortTitle: Google Cloud Storage shortTitle: Google Cloud Storage
miniTocMaxHeadingLevel: 3
--- ---
{% note %} {% note %}

View File

@@ -4,7 +4,6 @@ intro: 'You can create dedicated runners for {% data variables.location.product_
redirect_from: redirect_from:
- /admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates - /admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates
allowTitleToDifferFromFilename: true allowTitleToDifferFromFilename: true
miniTocMaxHeadingLevel: 3
versions: versions:
ghes: '> 3.2' ghes: '> 3.2'
topics: topics:

View File

@@ -2,7 +2,6 @@
title: Username considerations for external authentication title: Username considerations for external authentication
shortTitle: Username considerations shortTitle: Username considerations
intro: '{% ifversion ghes or ghec %}When you use {% ifversion ghes %}CAS, LDAP, or SAML for authentication{% elsif ghec %}{% data variables.product.prodname_emus %}{% endif %}, {% endif %}{% data variables.product.product_name %} follows certain rules to determine the username for each user account {% ifversion ghec or ghae %}in your enterprise{% elsif ghes %}on your instance{% endif %}.' intro: '{% ifversion ghes or ghec %}When you use {% ifversion ghes %}CAS, LDAP, or SAML for authentication{% elsif ghec %}{% data variables.product.prodname_emus %}{% endif %}, {% endif %}{% data variables.product.product_name %} follows certain rules to determine the username for each user account {% ifversion ghec or ghae %}in your enterprise{% elsif ghes %}on your instance{% endif %}.'
miniTocMaxHeadingLevel: 3
versions: versions:
ghec: '*' ghec: '*'
ghes: '*' ghes: '*'

View File

@@ -15,7 +15,6 @@ topics:
- Enterprise - Enterprise
- Identity - Identity
- SSO - SSO
miniTocMaxHeadingLevel: 3
--- ---
{% data reusables.saml.okta-ae-sso-beta %} {% data reusables.saml.okta-ae-sso-beta %}

View File

@@ -12,7 +12,6 @@ topics:
- Infrastructure - Infrastructure
- Upgrades - Upgrades
shortTitle: Set up a staging instance shortTitle: Set up a staging instance
miniTocMaxHeadingLevel: 3
--- ---
## About staging instances ## About staging instances

View File

@@ -3,7 +3,6 @@ title: Audit log events for your enterprise
intro: Learn about audit log events recorded for your enterprise. intro: Learn about audit log events recorded for your enterprise.
shortTitle: Audit log events shortTitle: Audit log events
permissions: 'Enterprise owners {% ifversion ghes %}and site administrators {% endif %}can interact with the audit log.' permissions: 'Enterprise owners {% ifversion ghes %}and site administrators {% endif %}can interact with the audit log.'
miniTocMaxHeadingLevel: 4
redirect_from: redirect_from:
- /enterprise/admin/articles/audited-actions - /enterprise/admin/articles/audited-actions
- /enterprise/admin/installation/audited-actions - /enterprise/admin/installation/audited-actions

View File

@@ -3,7 +3,6 @@ title: Exporting audit log activity for your enterprise
intro: You can export audit and Git events data to a file for offline analysis. intro: You can export audit and Git events data to a file for offline analysis.
shortTitle: Export audit logs shortTitle: Export audit logs
permissions: Enterprise owners can export the audit log. permissions: Enterprise owners can export the audit log.
miniTocMaxHeadingLevel: 3
versions: versions:
ghec: '*' ghec: '*'
type: tutorial type: tutorial

View File

@@ -18,7 +18,6 @@ topics:
- Auditing - Auditing
- Enterprise - Enterprise
- Logging - Logging
miniTocMaxHeadingLevel: 3
--- ---
## About search for the enterprise audit log ## About search for the enterprise audit log

View File

@@ -1,7 +1,6 @@
--- ---
title: Streaming the audit log for your enterprise title: Streaming the audit log for your enterprise
intro: 'You can stream audit and Git events data from {% data variables.product.prodname_dotcom %} to an external data management system.' intro: 'You can stream audit and Git events data from {% data variables.product.prodname_dotcom %} to an external data management system.'
miniTocMaxHeadingLevel: 3
versions: versions:
feature: audit-log-streaming feature: audit-log-streaming
type: tutorial type: tutorial

View File

@@ -3,7 +3,6 @@ title: Using the audit log API for your enterprise
intro: You can programmatically retrieve enterprise events with the REST or GraphQL API. intro: You can programmatically retrieve enterprise events with the REST or GraphQL API.
shortTitle: Audit log API shortTitle: Audit log API
permissions: 'Enterprise owners {% ifversion ghes %}and site administrators {% endif %}can use the audit log API.' permissions: 'Enterprise owners {% ifversion ghes %}and site administrators {% endif %}can use the audit log API.'
miniTocMaxHeadingLevel: 3
versions: versions:
ghec: '*' ghec: '*'
ghes: '*' ghes: '*'

View File

@@ -2,7 +2,6 @@
title: Enforcing policies for GitHub Actions in your enterprise title: Enforcing policies for GitHub Actions in your enterprise
intro: 'You can enforce policies for {% data variables.product.prodname_actions %} within your enterprise''s organizations, or allow policies to be set in each organization.' intro: 'You can enforce policies for {% data variables.product.prodname_actions %} within your enterprise''s organizations, or allow policies to be set in each organization.'
permissions: 'Enterprise owners can enforce policies for {% data variables.product.prodname_actions %} in an enterprise.' permissions: 'Enterprise owners can enforce policies for {% data variables.product.prodname_actions %} in an enterprise.'
miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:
- /enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise - /enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise
- /admin/github-actions/enforcing-github-actions-policies-for-your-enterprise - /admin/github-actions/enforcing-github-actions-policies-for-your-enterprise

View File

@@ -2,7 +2,6 @@
title: Enforcing policies for security settings in your enterprise title: Enforcing policies for security settings in your enterprise
intro: 'You can enforce policies to manage security settings in your enterprise''s organizations, or allow policies to be set in each organization.' intro: 'You can enforce policies to manage security settings in your enterprise''s organizations, or allow policies to be set in each organization.'
permissions: Enterprise owners can enforce policies for security settings in an enterprise. permissions: Enterprise owners can enforce policies for security settings in an enterprise.
miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:
- /articles/enforcing-security-settings-for-organizations-in-your-business-account - /articles/enforcing-security-settings-for-organizations-in-your-business-account
- /articles/enforcing-security-settings-for-organizations-in-your-enterprise-account - /articles/enforcing-security-settings-for-organizations-in-your-enterprise-account

View File

@@ -1,7 +1,6 @@
--- ---
title: Creating a pre-receive hook script title: Creating a pre-receive hook script
intro: Use pre-receive hook scripts to create requirements for accepting or rejecting a push based on the contents. intro: Use pre-receive hook scripts to create requirements for accepting or rejecting a push based on the contents.
miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:
- /enterprise/admin/developer-workflow/creating-a-pre-receive-hook-script - /enterprise/admin/developer-workflow/creating-a-pre-receive-hook-script
- /enterprise/admin/policies/creating-a-pre-receive-hook-script - /enterprise/admin/policies/creating-a-pre-receive-hook-script

View File

@@ -1,7 +1,6 @@
--- ---
title: Reviewing your security log title: Reviewing your security log
intro: You can review the security log for your personal account to better understand actions you've performed and actions others have performed that involve you. intro: You can review the security log for your personal account to better understand actions you've performed and actions others have performed that involve you.
miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:
- /articles/reviewing-your-security-log - /articles/reviewing-your-security-log
- /github/authenticating-to-github/reviewing-your-security-log - /github/authenticating-to-github/reviewing-your-security-log

View File

@@ -9,7 +9,6 @@ versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'
ghec: '*' ghec: '*'
miniTocMaxHeadingLevel: 3
topics: topics:
- Identity - Identity
- Access management - Access management

View File

@@ -1,7 +1,6 @@
--- ---
title: About billing for GitHub Actions title: About billing for GitHub Actions
intro: 'If you want to use {% data variables.product.prodname_actions %} beyond the storage or minutes included in your account, you will be billed for additional usage.' intro: 'If you want to use {% data variables.product.prodname_actions %} beyond the storage or minutes included in your account, you will be billed for additional usage.'
miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:
- /github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-actions - /github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-actions
- /github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions/about-billing-for-github-actions - /github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions/about-billing-for-github-actions

View File

@@ -5,7 +5,6 @@ permissions: 'Enterprise owners can manage licensing for {% data variables.produ
product: '{% data reusables.gated-features.ghas-ghec %}' product: '{% data reusables.gated-features.ghas-ghec %}'
versions: versions:
ghec: '*' ghec: '*'
miniTocMaxHeadingLevel: 3
type: how_to type: how_to
topics: topics:
- Advanced Security - Advanced Security

View File

@@ -5,7 +5,6 @@ permissions: 'Enterprise owners can sign up for {% data variables.product.prodna
product: '{% data reusables.gated-features.ghas-ghec %}' product: '{% data reusables.gated-features.ghas-ghec %}'
versions: versions:
ghec: '*' ghec: '*'
miniTocMaxHeadingLevel: 3
type: how_to type: how_to
topics: topics:
- Advanced Security - Advanced Security

View File

@@ -12,7 +12,6 @@ redirect_from:
versions: versions:
ghes: '*' ghes: '*'
ghec: '*' ghec: '*'
miniTocMaxHeadingLevel: 3
type: how_to type: how_to
topics: topics:
- Advanced Security - Advanced Security

View File

@@ -2,7 +2,6 @@
title: About billing for GitHub Codespaces title: About billing for GitHub Codespaces
shortTitle: About billing shortTitle: About billing
intro: 'Learn about the costs for using {% data variables.product.prodname_github_codespaces %}, and the monthly usage quotas included with {% data variables.product.prodname_dotcom %} personal accounts.' intro: 'Learn about the costs for using {% data variables.product.prodname_github_codespaces %}, and the monthly usage quotas included with {% data variables.product.prodname_dotcom %} personal accounts.'
miniTocMaxHeadingLevel: 3
versions: versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'

View File

@@ -2,7 +2,6 @@
title: Viewing your GitHub Copilot usage title: Viewing your GitHub Copilot usage
intro: 'You can view how many users have access to {% data variables.product.prodname_copilot %} across {% ifversion fpt %}your organization{% else %} all the organizations in your enterprise{% endif %}.' intro: 'You can view how many users have access to {% data variables.product.prodname_copilot %} across {% ifversion fpt %}your organization{% else %} all the organizations in your enterprise{% endif %}.'
product: '{% data reusables.gated-features.copilot-billing %}' product: '{% data reusables.gated-features.copilot-billing %}'
miniTocMaxHeadingLevel: 3
permissions: '{% ifversion fpt %}Organization admins{% else %}Enterprise owners{% endif %} can view usage for {% data variables.product.prodname_copilot %} in their {% ifversion fpt %}organization{% else %}enterprise{% endif %}.' permissions: '{% ifversion fpt %}Organization admins{% else %}Enterprise owners{% endif %} can view usage for {% data variables.product.prodname_copilot %} in their {% ifversion fpt %}organization{% else %}enterprise{% endif %}.'
versions: versions:
feature: copilot feature: copilot

View File

@@ -1,7 +1,6 @@
--- ---
title: Upgrading your GitHub subscription title: Upgrading your GitHub subscription
intro: 'You can upgrade the subscription for any type of account on {% data variables.location.product_location %} at any time.' intro: 'You can upgrade the subscription for any type of account on {% data variables.location.product_location %} at any time.'
miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:
- /github/setting-up-and-managing-billing-and-payments-on-github/upgrading-your-github-subscription - /github/setting-up-and-managing-billing-and-payments-on-github/upgrading-your-github-subscription
- /articles/upgrading-your-personal-account-s-billing-plan - /articles/upgrading-your-personal-account-s-billing-plan

View File

@@ -13,7 +13,6 @@ redirect_from:
- /admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment - /admin/code-security/managing-github-advanced-security-for-your-enterprise/overview-of-github-advanced-security-deployment
- /admin/advanced-security/deploying-github-advanced-security-in-your-enterprise - /admin/advanced-security/deploying-github-advanced-security-in-your-enterprise
- /admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise - /admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise
miniTocMaxHeadingLevel: 2
--- ---
## About these articles ## About these articles

View File

@@ -8,7 +8,6 @@ versions:
topics: topics:
- Advanced Security - Advanced Security
shortTitle: 1. Align on strategy shortTitle: 1. Align on strategy
miniTocMaxHeadingLevel: 3
--- ---
{% note %} {% note %}

View File

@@ -8,7 +8,6 @@ versions:
topics: topics:
- Advanced Security - Advanced Security
shortTitle: 2. Preparation shortTitle: 2. Preparation
miniTocMaxHeadingLevel: 3
--- ---
{% note %} {% note %}

View File

@@ -8,7 +8,6 @@ versions:
topics: topics:
- Advanced Security - Advanced Security
shortTitle: 3. Pilot programs shortTitle: 3. Pilot programs
miniTocMaxHeadingLevel: 3
--- ---
{% note %} {% note %}

View File

@@ -8,7 +8,6 @@ versions:
topics: topics:
- Advanced Security - Advanced Security
shortTitle: 4. Create internal documentation shortTitle: 4. Create internal documentation
miniTocMaxHeadingLevel: 3
--- ---
{% note %} {% note %}

View File

@@ -8,7 +8,6 @@ versions:
topics: topics:
- Advanced Security - Advanced Security
shortTitle: 5. Rollout code scanning shortTitle: 5. Rollout code scanning
miniTocMaxHeadingLevel: 3
--- ---
{% note %} {% note %}

View File

@@ -8,7 +8,6 @@ versions:
topics: topics:
- Advanced Security - Advanced Security
shortTitle: 6. Rollout secret scanning shortTitle: 6. Rollout secret scanning
miniTocMaxHeadingLevel: 3
--- ---
{% note %} {% note %}

View File

@@ -4,7 +4,6 @@ shortTitle: Configure compiled languages
intro: 'You can configure how {% data variables.product.prodname_dotcom %} uses the {% data variables.code-scanning.codeql_workflow %} to scan code written in compiled languages for vulnerabilities and errors.' intro: 'You can configure how {% data variables.product.prodname_dotcom %} uses the {% data variables.code-scanning.codeql_workflow %} to scan code written in compiled languages for vulnerabilities and errors.'
product: '{% data reusables.gated-features.code-scanning %}' product: '{% data reusables.gated-features.code-scanning %}'
permissions: 'If you have write permissions to a repository, you can configure {% data variables.product.prodname_code_scanning %} for that repository.' permissions: 'If you have write permissions to a repository, you can configure {% data variables.product.prodname_code_scanning %} for that repository.'
miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:
- /github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning-for-compiled-languages - /github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning-for-compiled-languages
- /github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-the-codeql-action-for-compiled-languages - /github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-the-codeql-action-for-compiled-languages

View File

@@ -3,7 +3,6 @@ title: Customizing code scanning
intro: 'You can customize how {% data variables.product.prodname_dotcom %} scans the code in your project for vulnerabilities and errors.' intro: 'You can customize how {% data variables.product.prodname_dotcom %} scans the code in your project for vulnerabilities and errors.'
product: '{% data reusables.gated-features.code-scanning %}' product: '{% data reusables.gated-features.code-scanning %}'
permissions: 'People with write permissions to a repository can customize {% data variables.product.prodname_code_scanning %} for the repository.' permissions: 'People with write permissions to a repository can customize {% data variables.product.prodname_code_scanning %} for the repository.'
miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:
- /github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning - /github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning
- /code-security/secure-coding/configuring-code-scanning - /code-security/secure-coding/configuring-code-scanning

View File

@@ -9,7 +9,6 @@ versions:
ghes: '*' ghes: '*'
ghae: '*' ghae: '*'
ghec: '*' ghec: '*'
miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:
- /github/managing-security-vulnerabilities/managing-alerts-from-automated-code-scanning - /github/managing-security-vulnerabilities/managing-alerts-from-automated-code-scanning
- /github/finding-security-vulnerabilities-and-errors-in-your-code/managing-alerts-from-code-scanning - /github/finding-security-vulnerabilities-and-errors-in-your-code/managing-alerts-from-code-scanning

View File

@@ -3,7 +3,6 @@ title: 'Troubleshooting {% ifversion code-scanning-without-workflow %}your advan
shortTitle: 'Troubleshoot {% ifversion code-scanning-without-workflow %}advanced setup{% else %}CodeQL workflow{% endif %}' shortTitle: 'Troubleshoot {% ifversion code-scanning-without-workflow %}advanced setup{% else %}CodeQL workflow{% endif %}'
intro: 'If you''re having problems with {% ifversion code-scanning-without-workflow %}advanced setup for {% data variables.product.prodname_code_scanning %}{% else %}{% data variables.product.prodname_code_scanning %} setup{% endif %}, you can troubleshoot by using these tips for resolving issues.' intro: 'If you''re having problems with {% ifversion code-scanning-without-workflow %}advanced setup for {% data variables.product.prodname_code_scanning %}{% else %}{% data variables.product.prodname_code_scanning %} setup{% endif %}, you can troubleshoot by using these tips for resolving issues.'
product: '{% data reusables.gated-features.code-scanning %}' product: '{% data reusables.gated-features.code-scanning %}'
miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:
- /github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-code-scanning - /github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-code-scanning
- /github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-the-codeql-workflow - /github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-the-codeql-workflow

View File

@@ -3,7 +3,6 @@ title: Troubleshooting your default setup for CodeQL
shortTitle: Troubleshoot default setup shortTitle: Troubleshoot default setup
intro: 'If you''re having problems with the default {% data variables.product.prodname_code_scanning %} setup, you can troubleshoot by using these tips for resolving issues.' intro: 'If you''re having problems with the default {% data variables.product.prodname_code_scanning %} setup, you can troubleshoot by using these tips for resolving issues.'
product: '{% data reusables.gated-features.code-scanning %}' product: '{% data reusables.gated-features.code-scanning %}'
miniTocMaxHeadingLevel: 3
versions: versions:
feature: code-scanning-without-workflow feature: code-scanning-without-workflow
type: how_to type: how_to

View File

@@ -3,7 +3,6 @@ title: Viewing code scanning logs
intro: 'You can view the output generated during {% data variables.product.prodname_code_scanning %} analysis in {% data variables.location.product_location %}.' intro: 'You can view the output generated during {% data variables.product.prodname_code_scanning %} analysis in {% data variables.location.product_location %}.'
product: '{% data reusables.gated-features.code-scanning %}' product: '{% data reusables.gated-features.code-scanning %}'
permissions: 'If you have write permissions to a repository, you can view the {% data variables.product.prodname_code_scanning %} logs for that repository.' permissions: 'If you have write permissions to a repository, you can view the {% data variables.product.prodname_code_scanning %} logs for that repository.'
miniTocMaxHeadingLevel: 4
redirect_from: redirect_from:
- /code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs - /code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs
versions: versions:

View File

@@ -3,7 +3,6 @@ title: SARIF support for code scanning
shortTitle: SARIF support shortTitle: SARIF support
intro: 'To display results from a third-party static analysis tool in your repository on {% data variables.product.prodname_dotcom %}, you''ll need your results stored in a SARIF file that supports a specific subset of the SARIF 2.1.0 JSON schema for {% data variables.product.prodname_code_scanning %}. If you use the default {% data variables.product.prodname_codeql %} static analysis engine, then your results will display in your repository on {% data variables.product.prodname_dotcom %} automatically.' intro: 'To display results from a third-party static analysis tool in your repository on {% data variables.product.prodname_dotcom %}, you''ll need your results stored in a SARIF file that supports a specific subset of the SARIF 2.1.0 JSON schema for {% data variables.product.prodname_code_scanning %}. If you use the default {% data variables.product.prodname_codeql %} static analysis engine, then your results will display in your repository on {% data variables.product.prodname_dotcom %} automatically.'
product: '{% data reusables.gated-features.code-scanning %}' product: '{% data reusables.gated-features.code-scanning %}'
miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:
- /github/finding-security-vulnerabilities-and-errors-in-your-code/about-sarif-support-for-code-scanning - /github/finding-security-vulnerabilities-and-errors-in-your-code/about-sarif-support-for-code-scanning
- /github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning - /github/finding-security-vulnerabilities-and-errors-in-your-code/sarif-support-for-code-scanning

View File

@@ -3,7 +3,6 @@ title: Installing CodeQL CLI in your CI system
shortTitle: Install CodeQL CLI shortTitle: Install CodeQL CLI
intro: 'You can install the {% data variables.product.prodname_codeql_cli %} and use it to perform {% data variables.product.prodname_codeql %} {% data variables.product.prodname_code_scanning %} in a third-party continuous integration system.' intro: 'You can install the {% data variables.product.prodname_codeql_cli %} and use it to perform {% data variables.product.prodname_codeql %} {% data variables.product.prodname_code_scanning %} in a third-party continuous integration system.'
product: '{% data reusables.gated-features.code-scanning %}' product: '{% data reusables.gated-features.code-scanning %}'
miniTocMaxHeadingLevel: 3
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -7,7 +7,6 @@ redirect_from:
- /github/administering-a-repository/configuration-options-for-dependency-updates - /github/administering-a-repository/configuration-options-for-dependency-updates
- /code-security/supply-chain-security/configuration-options-for-dependency-updates - /code-security/supply-chain-security/configuration-options-for-dependency-updates
- /code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates - /code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
miniTocMaxHeadingLevel: 3
versions: versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'

View File

@@ -2,7 +2,6 @@
title: Automating Dependabot with GitHub Actions title: Automating Dependabot with GitHub Actions
intro: 'Examples of how you can use {% data variables.product.prodname_actions %} to automate common {% data variables.product.prodname_dependabot %} related tasks.' intro: 'Examples of how you can use {% data variables.product.prodname_actions %} to automate common {% data variables.product.prodname_dependabot %} related tasks.'
permissions: 'People with write permissions to a repository can configure {% data variables.product.prodname_actions %} to respond to {% data variables.product.prodname_dependabot %}-created pull requests.' permissions: 'People with write permissions to a repository can configure {% data variables.product.prodname_actions %} to respond to {% data variables.product.prodname_dependabot %}-created pull requests.'
miniTocMaxHeadingLevel: 3
versions: versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'

View File

@@ -2,7 +2,6 @@
title: Removing Dependabot access to public registries title: Removing Dependabot access to public registries
intro: 'Examples of how you can configure {% data variables.product.prodname_dependabot %} to only access private registries by removing calls to public registries.' intro: 'Examples of how you can configure {% data variables.product.prodname_dependabot %} to only access private registries by removing calls to public registries.'
permissions: 'People with write permissions to a repository can configure {% data variables.product.prodname_dependabot %} for the repository.' permissions: 'People with write permissions to a repository can configure {% data variables.product.prodname_dependabot %} for the repository.'
miniTocMaxHeadingLevel: 3
versions: versions:
feature: dependabot-private-registries feature: dependabot-private-registries
type: how_to type: how_to

View File

@@ -2,7 +2,6 @@
title: Troubleshooting Dependabot errors title: Troubleshooting Dependabot errors
intro: 'Sometimes {% data variables.product.prodname_dependabot %} is unable to raise a pull request to update your dependencies. You can review the error and unblock {% data variables.product.prodname_dependabot %}.' intro: 'Sometimes {% data variables.product.prodname_dependabot %} is unable to raise a pull request to update your dependencies. You can review the error and unblock {% data variables.product.prodname_dependabot %}.'
shortTitle: Troubleshoot errors shortTitle: Troubleshoot errors
miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:
- /github/managing-security-vulnerabilities/troubleshooting-github-dependabot-errors - /github/managing-security-vulnerabilities/troubleshooting-github-dependabot-errors
- /github/managing-security-vulnerabilities/troubleshooting-dependabot-errors - /github/managing-security-vulnerabilities/troubleshooting-dependabot-errors

View File

@@ -2,7 +2,6 @@
title: Protecting pushes with secret scanning title: Protecting pushes with secret scanning
intro: 'You can use {% data variables.product.prodname_secret_scanning %} to prevent supported secrets from being pushed into your {% ifversion secret-scanning-enterprise-level %}enterprise,{% endif %} organization{% ifversion secret-scanning-enterprise-level %},{% endif %} or repository by enabling push protection.' intro: 'You can use {% data variables.product.prodname_secret_scanning %} to prevent supported secrets from being pushed into your {% ifversion secret-scanning-enterprise-level %}enterprise,{% endif %} organization{% ifversion secret-scanning-enterprise-level %},{% endif %} or repository by enabling push protection.'
product: '{% data reusables.gated-features.secret-scanning %}' product: '{% data reusables.gated-features.secret-scanning %}'
miniTocMaxHeadingLevel: 3
versions: versions:
feature: secret-scanning-push-protection feature: secret-scanning-push-protection
redirect_from: redirect_from:

View File

@@ -2,7 +2,6 @@
title: Pushing a branch blocked by push protection title: Pushing a branch blocked by push protection
intro: 'The push protection feature of {% data variables.product.prodname_secret_scanning %} proactively protects you against leaked secrets in your repositories. You can resolve blocked pushes and, once the detected secret is removed, you can push changes to your working branch from the command line or the web UI.' intro: 'The push protection feature of {% data variables.product.prodname_secret_scanning %} proactively protects you against leaked secrets in your repositories. You can resolve blocked pushes and, once the detected secret is removed, you can push changes to your working branch from the command line or the web UI.'
product: '{% data reusables.gated-features.secret-scanning %}' product: '{% data reusables.gated-features.secret-scanning %}'
miniTocMaxHeadingLevel: 3
versions: versions:
feature: secret-scanning-push-protection feature: secret-scanning-push-protection
type: how_to type: how_to

View File

@@ -1,7 +1,6 @@
--- ---
title: Secret scanning partner program title: Secret scanning partner program
intro: 'As a service provider, you can partner with {% data variables.product.prodname_dotcom %} to have your secret token formats secured through secret scanning, which searches for accidental commits of your secret format and can be sent to a service provider''s verify endpoint.' intro: 'As a service provider, you can partner with {% data variables.product.prodname_dotcom %} to have your secret token formats secured through secret scanning, which searches for accidental commits of your secret format and can be sent to a service provider''s verify endpoint.'
miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:
- /partnerships/token-scanning - /partnerships/token-scanning
- /partnerships/secret-scanning - /partnerships/secret-scanning

View File

@@ -1,7 +1,6 @@
--- ---
title: About the GitHub Advisory database title: About the GitHub Advisory database
intro: 'The {% data variables.product.prodname_advisory_database %} contains a list of known security vulnerabilities {% ifversion GH-advisory-db-supports-malware %}and malware, {% endif %}grouped in two categories: {% data variables.product.company_short %}-reviewed advisories and unreviewed advisories.' intro: 'The {% data variables.product.prodname_advisory_database %} contains a list of known security vulnerabilities {% ifversion GH-advisory-db-supports-malware %}and malware, {% endif %}grouped in two categories: {% data variables.product.company_short %}-reviewed advisories and unreviewed advisories.'
miniTocMaxHeadingLevel: 3
versions: versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'

View File

@@ -2,7 +2,6 @@
title: Browsing security advisories in the GitHub Advisory Database title: Browsing security advisories in the GitHub Advisory Database
intro: 'You can browse the {% data variables.product.prodname_advisory_database %} to find advisories for security risks in open source projects that are hosted on {% data variables.product.company_short %}.' intro: 'You can browse the {% data variables.product.prodname_advisory_database %} to find advisories for security risks in open source projects that are hosted on {% data variables.product.company_short %}.'
shortTitle: Browse Advisory Database shortTitle: Browse Advisory Database
miniTocMaxHeadingLevel: 3
redirect_from: redirect_from:
- /github/managing-security-vulnerabilities/browsing-security-vulnerabilities-in-the-github-advisory-database - /github/managing-security-vulnerabilities/browsing-security-vulnerabilities-in-the-github-advisory-database
- /code-security/supply-chain-security/browsing-security-vulnerabilities-in-the-github-advisory-database - /code-security/supply-chain-security/browsing-security-vulnerabilities-in-the-github-advisory-database

View File

@@ -5,7 +5,6 @@ redirect_from:
- /code-security/security-advisories/about-coordinated-disclosure-of-security-vulnerabilities - /code-security/security-advisories/about-coordinated-disclosure-of-security-vulnerabilities
- /code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities - /code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities
- /code-security/security-advisories/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities - /code-security/security-advisories/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities
miniTocMaxHeadingLevel: 3
versions: versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'

View File

@@ -5,7 +5,6 @@ versions:
fpt: '*' fpt: '*'
ghec: '*' ghec: '*'
type: how_to type: how_to
miniTocMaxHeadingLevel: 3
topics: topics:
- Security advisories - Security advisories
- Vulnerabilities - Vulnerabilities

Some files were not shown because too many files have changed in this diff Show More