Skip to content

Latest commit

 

History

History
66 lines (53 loc) · 4.92 KB

File metadata and controls

66 lines (53 loc) · 4.92 KB
title Managing your paid use of {% data variables.product.prodname_AS %}
shortTitle Manage paid GHAS use
intro Control the costs of {% data variables.product.prodname_GH_cs_and_sp %} in your organization.
allowTitleToDifferFromFilename true
permissions {% data reusables.permissions.security-org-enable %}
product {% data reusables.gated-features.ghas-billing %}
versions
feature
security-configurations
topics
Code Security
Secret Protection
Organizations
Security
redirect_from
/code-security/securing-your-organization/managing-the-security-of-your-organization/managing-your-github-advanced-security-license-usage
contentType how-tos

Prerequisites

Before you can effectively manage your paid use of {% data variables.product.prodname_AS %}, you should understand how {% data variables.product.prodname_AS %} is billed. See AUTOTITLE.

Understanding your license usage

{% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.security-configurations.view-configurations-page %}

  1. In the "Apply configurations" section, your current license usage will be displayed. {% ifversion ghas-products %}This screenshot shows metered usage. If you have bought a volume/subscription license, then the number of licenses available is also reported.

    Screenshot of the "Apply configurations" section. The current license use for the enterprise is outlined in dark orange. {% else %} NUMBER-USED out of NUMBER-PURCHASED available GitHub Advanced Security licenses in use by YOUR-ENTERPRISE. Screenshot of the "Apply configurations" section. The current license use for the enterprise is outlined in dark orange. {% endif %}

  2. Optionally, to find specific repositories in your organization, filter the repository table. To learn more, see AUTOTITLE. {% ifversion ghas-products %}

{% else %}

  1. To quickly identify the number of licenses needed to enable {% data variables.product.prodname_GH_cs_and_sp %} on a specific repository, in that repository's row of the repository table, read "NUMBER licenses required".

  2. To view license usage for multiple repositories in your organization, select the repositories from the repository table. In the "Apply configurations" section, you will see the number of licenses required to apply {% data variables.product.prodname_GH_cs_and_sp %} to the repositories, as well as the number of licenses made available if you disable {% data variables.product.prodname_GH_cs_or_sp %} on those repositories.

    Screenshot of the "Apply configurations" section. The potential changes to GHAS license usage for the enterprise are outlined in dark orange. {% endif %}

{% ifversion ghec %}

Tip

For information about buying more volume/subscription licenses, see AUTOTITLE. {% endif %}

Turning off {% data variables.product.prodname_cs_or_sp %}

The simplest way to turn off all {% data variables.product.prodname_cs_or_sp %} features for one or more repositories is to create a security configuration where the product is disabled at the top level. You can apply this custom configuration to repositories where you want to turn off paid features.

Tip

Ensure that you give your custom configuration a very clear name, for example: "No Code Security" or "Secret Protection and Supply chain only" to avoid confusion.

For more information, see AUTOTITLE and AUTOTITLE.

{% ifversion ghec or ghes %} To prevent future enablement of security features, we recommend you ask your enterprise administrator to set the enterprise account's {% data variables.product.prodname_AS %} policies so that:

  • {% data variables.product.prodname_AS %} is not available.
  • Repository administrators are not allowed to enable or disable {% data variables.product.prodname_AS %} features for their repositories. See AUTOTITLE. {% endif %}