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/managing-code-security/securing-your-enterprise/about-security-configurations.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ topics:
18
18
19
19
{% ifversion ghec %}
20
20
21
-
When you create a security configuration with {% data variables.product.prodname_AS %} features enabled, your enterprise will incur usage costs when you apply the configuration to repositories if your enterprise account has metered billing. If you have bought volume/subscription licenses for {% data variables.product.prodname_GHAS %}, {% data variables.product.prodname_GH_code_security %}, or {% data variables.product.prodname_GH_secret_protection %}, you will need enough licenses to cover any additional unique committers.
21
+
When you create a security configuration with {% data variables.product.prodname_AS %} features enabled, your enterprise will incur usage costs when you apply the configuration to repositories if your enterprise account has metered billing. If you have bought volume/subscription licenses for {% data variables.product.prodname_GHAS %}, {% data variables.product.prodname_GH_code_security %}, or {% data variables.product.prodname_GH_secret_protection %}, you will need enough licenses to cover any additional unique committers. See [AUTOTITLE](/billing/how-tos/products/add-advanced-security).
@@ -89,11 +93,9 @@ There are two different ways to pay for licenses.
89
93
90
94
***Volume/subscription billing** available for {% data variables.product.prodname_enterprise %} plans only
91
95
92
-
* Purchase a specific number of {% data variables.product.prodname_GHAS_cs_or_sp %} licenses that last for a defined period, typically at least a year.
96
+
* Purchase a specific number of {% data variables.product.prodname_GHAS_cs_or_sp %} licenses that last for a defined period, typically at least a year, see {% ifversion fpt or ghec %}[AUTOTITLE](/billing/how-tos/products/add-advanced-security){% elsif ghes %}[AUTOTITLE](/enterprise-cloud@latest/billing/how-tos/products/add-advanced-security) in the {% data variables.product.prodname_ghe_cloud %} documentation{% endif %}.
93
97
* If the usage of {% data variables.product.prodname_AS %} by active committers exceeds the number of licenses purchased, you need to purchase additional licenses to cover this overage usage.
94
98
95
-
If you want to purchase volume/subscription-based licenses, contact your account manager in {% data variables.contact.contact_enterprise_sales %} or contact {% data variables.contact.contact_support_page %}.
96
-
97
99
<!-- expires 2025-08-31 -->
98
100
<!--This versioning is not needed once the related EDI PR for this article is merged (#57129).-->
99
101
{% ifversion fpt or ghec %}To view your current license usage, see [AUTOTITLE](/billing/managing-billing-for-your-products/viewing-your-product-usage).{% endif %}
@@ -146,7 +148,9 @@ You can enforce policies to allow or disallow the use of {% data variables.produ
title: Adding GitHub Advanced Security to your organization or enterprise
3
-
intro: 'You can sign up for GitHub Advanced Security products from the settings for your organization or enterprise account to prevent data leaks and keep vulnerabilities out of your codebase.'
4
-
permissions: '{% ifversion fpt %}Organization{% else %}Enterprise{% endif %} owners can sign up for {% data variables.product.prodname_GH_cs_or_sp %}'
2
+
title: Buying Advanced Security for your organization or enterprise
3
+
intro: 'How to buy licenses for {% data variables.product.prodname_GHAS %} whether you have usage-based or volume/subscription billing.'
4
+
permissions: 'Organization or enterprise owners can sign up for {% data variables.product.prodname_GH_cs_or_sp %}'
5
5
product: '{% data reusables.gated-features.ghas-billing %}'
6
6
versions:
7
7
fpt: '*'
@@ -13,59 +13,60 @@ topics:
13
13
- Billing
14
14
- Advanced Security
15
15
- Enterprise
16
-
shortTitle: Add Advanced Security
16
+
shortTitle: Buy Advanced Security
17
+
allowTitleToDifferFromFilename: true
17
18
contentType: how-tos
18
19
---
19
20
20
21
## Checking your current plan
21
22
22
-
Your organization must use a {% data variables.product.prodname_team %} or {% data variables.product.prodname_enterprise %} plan before you can enable {% data variables.product.prodname_GH_cs_or_sp %} on private repositories.
23
+
You must use a {% data variables.product.prodname_team %} or {% data variables.product.prodname_enterprise %} plan before you can enable {% data variables.product.prodname_GH_cs_or_sp %} on private repositories.
23
24
24
-
{% data reusables.profile.access_org %}
25
-
{% data reusables.profile.org_settings %}
26
-
{% data reusables.organizations.billing_plans_or_licensing %}
25
+
1. In the upper-right corner of any page on {% data variables.product.github %}, click your profile picture.
26
+
27
+
1. Select the account you want to view and then access the "Billing & Licensing" pages:
28
+
29
+
***Organizations**: Click **Your organizations**, then next to the organization, click **Settings**. In the organization sidebar, click **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing & Licensing**.
30
+
31
+
***Enterprises**: Click **Your enterprises**, then click the enterprise name. Click the **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing & Licensing** tab at the top of the page.
32
+
33
+
1. From the list of "Billing & licensing" pages, click {% octicon "law" aria-hidden="true" aria-label="law" %} **Licensing** to display the licensing page.
27
34
28
35
Your current plan is shown with any options to upgrade to a different plan.
29
36
30
-
## Starting to use {% data variables.product.prodname_AS %}
37
+
## Metered billing users
31
38
32
-
{% ifversion fpt %}
33
-
If your organization uses a {% data variables.product.prodname_team %} plan, you are ready to start enabling {% data variables.product.prodname_GH_cs_and_sp %} at the organization and repository level. Whenever you enable a feature or apply a configuration, a modal dialog shows detailed information with estimated billing changes. You can confirm your change or return to the page without making changes.
39
+
If your organization or enterprise uses metered billing, then you are ready to start enabling {% data variables.product.prodname_GH_cs_and_sp %}. Whenever you enable a feature or apply a configuration, a modal dialog shows detailed information with estimated billing changes. You can confirm your change or return to the page without making changes.
34
40
35
41
The most effective way to control and enable these features is using security configurations, see [AUTOTITLE](/code-security/securing-your-organization/introduction-to-securing-your-organization-at-scale/choosing-a-security-configuration-for-your-repositories).
36
42
37
-
{% elsif ghec %}
38
-
If you use volume/subscription billing, then you will need to purchase licenses before you can start using {% data variables.product.prodname_GH_cs_or_sp %} on private or internal repositories.
39
-
40
-
If your enterprise uses metered billing, then you are ready to start enabling {% data variables.product.prodname_GH_cs_and_sp %} at the enterprise, organization, and repository level. Whenever you enable a feature or apply a configuration, a modal dialog shows detailed information with estimated billing changes. You can confirm your change or return to the page without making changes.
43
+
## Volume/subscription users
41
44
42
-
{% endif %}
45
+
If you use volume/subscription billing, then you will need to purchase licenses before you can start using {% data variables.product.prodname_GH_cs_or_sp %} on private or internal repositories.
43
46
44
-
## Purchasing licenses for organizations
47
+
1. In the upper-right corner of any page on {% data variables.product.github %}, click your profile picture.
45
48
46
-
{% data reusables.profile.access_org %}
47
-
{% data reusables.profile.org_settings %}
48
-
{% data reusables.organizations.billing_plans_or_licensing %}
49
-
1. To the right of "{% data variables.product.prodname_GHAS %}", click **Buy {% data variables.product.prodname_AS %}**.
49
+
1. Select the account you want to view and then access the "Billing & Licensing" pages:
50
50
51
-

51
+
***Organizations**: Click **Your organizations**, then next to the organization, click **Settings**. In the organization sidebar, click **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing & Licensing**.
52
52
53
-
{% ifversion ghec %}
53
+
***Enterprises**: Click **Your enterprises**, then click the enterprise name. Click the **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing & Licensing** tab at the top of the page.
54
54
55
-
## Purchasing licenses for enterprises
55
+
1. From the list of "Billing & licensing" pages, click {% octicon "law" aria-hidden="true" aria-label="law" %} **Licensing** to display the licensing page.
56
56
57
-
{% data reusables.enterprise-accounts.access-enterprise %}
58
-
{% data reusables.enterprise-accounts.settings-tab %}
59
-
{% data reusables.enterprise-accounts.licensing-tab-both-platforms %}
60
57
1. To the right of "{% data variables.product.prodname_GHAS %}", click **Buy {% data variables.product.prodname_AS %}**.
61
58
62
-

59
+

63
60
64
-
{% data reusables.advanced-security.purchase-ghas %}
61
+
1. Confirm your billing information and payment method.
62
+
1. Under "How many committers do you want to include?", enter the number of committers you want to purchase licenses for.
63
+
1. Click **Purchase Advanced Security**.
65
64
66
-
{% endif %}
65
+
> [!TIP]
66
+
> To see how license use by committers is measured, see [AUTOTITLE](/billing/concepts/product-billing/github-advanced-security).
0 commit comments