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/billing/managing-billing-for-your-products/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ You can view the current license limits and usage for your enterprise.
32
32
{% ifversion ghec %}
33
33
{% data reusables.enterprise-accounts.access-enterprise %}
34
34
{% data reusables.enterprise-accounts.licensing-tab-both-platforms %}
35
-
* The "{% data variables.product.prodname_GHAS %}" section shows details of the licenses you currently **consume**.
35
+
* The "{% data variables.product.prodname_AS %}" section shows details of the licenses you currently **consume**.
36
36
* If you have a volume/subscription license, the number of licenses **available** to use is also displayed.
37
37
* If you run out of licenses, for volume/subscription only, the section is red and reports "Limit exceeded." You should either reduce your use or purchase more licenses.
38
38
@@ -48,7 +48,7 @@ You can view the current license limits and usage for your enterprise.
48
48
{% data reusables.enterprise-accounts.access-enterprise %}
49
49
{% data reusables.enterprise-accounts.license-tab %}
50
50
51
-
The "{% data variables.product.prodname_GHAS %}" section shows details of the current usage. You can see the total number of licenses used, as well as a table with the number of committers and unique committers for each organization.
51
+
The "{% data variables.product.prodname_AS %}" section shows details of the current usage. You can see the total number of licenses used, as well as a table with the number of committers and unique committers for each organization.
52
52
53
53
1. Optionally, to see a detailed breakdown of usage by repositories within an organization, click an organization name to display the "Global code security settings" for the organization.
Copy file name to clipboardExpand all lines: content/code-security/securing-your-organization/managing-the-security-of-your-organization/managing-your-github-advanced-security-license-usage.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,20 +30,23 @@ To learn about licensing for {% data variables.product.prodname_GH_cs_and_sp %},
30
30
{% data reusables.profile.access_org %}
31
31
{% data reusables.organizations.org_settings %}
32
32
{% data reusables.security-configurations.view-configurations-page %}
33
-
1. In the "Apply configurations" section, your current license usage will be displayed as:
34
-
{% ifversion ghas-products %}
35
-
`# {% data variables.product.prodname_secret_protection %} licenses • # {% data variables.product.prodname_code_security %} licenses in use{% ifversion ghec %} by YOUR-ENTERPRISE{% endif %}.`
33
+
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.
34
+
36
35

37
36
{% else %}
38
37
`NUMBER-USED out of NUMBER-PURCHASED available GitHub Advanced Security licenses in use by YOUR-ENTERPRISE.`
39
38

40
39
{% endif %}
41
40
42
41
1. Optionally, to find specific repositories in your organization, filter the repository table. To learn more, see [AUTOTITLE](/code-security/securing-your-organization/managing-the-security-of-your-organization/filtering-repositories-in-your-organization-using-the-repository-table).
42
+
{% ifversion ghas-products %}
43
+
<!--This functionality is shown in modal dialogs when you enable a security configuration following the release of separate SKUs for GHAS.-->
44
+
{% else %}
43
45
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".
44
46
1. 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.
45
47
46
48

0 commit comments