Skip to content

Commit aabaaf9

Browse files
Simon Engledewgithub-actionsfelicitymay
authored
Update GHES CSV download documentation (github#31709)
Co-authored-by: github-actions <[email protected]> Co-authored-by: Felicity Chapman <[email protected]>
1 parent c39ad28 commit aabaaf9

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
42.9 KB
Loading

content/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,22 +92,39 @@ You can download the {% data variables.product.prodname_advanced_security %} lic
9292
![Screenshot of the committers by repository table. The horizontal kebab icon and "Download CSV report" button are highlighted with an orange outline.](/assets/images/help/billing/ghas-billing-table-repository-csv.png)
9393

9494
{% endif %}
95+
96+
{% ifversion ghec %}
9597
#### At the organization-level
9698

9799
{% data reusables.profile.access_org %}
98100
{% data reusables.profile.org_settings %}
99101
{% data reusables.organizations.billing_plans %}
100102
1. Underneath "{% data variables.product.prodname_GH_advanced_security %}," next to "Committers", click **{% octicon "download" aria-label="The download icon" %} CSV report**.
103+
{% endif %}
101104

105+
{% ifversion ghas-billing-table-ui-update %}
102106
#### At the enterprise-level
107+
{% endif %}
103108

104109
{% data reusables.enterprise-accounts.access-enterprise %}
105110
{% data reusables.enterprise-accounts.settings-tab %}
106111
{% data reusables.enterprise-accounts.license-tab %}
112+
113+
{%- ifversion ghec %}
107114
1. Under "{% data variables.product.prodname_GH_advanced_security %}," click the **Manage** dropdown and then click **Download report**.
108115

109116
![Screenshot of the "Manage" dropdown in the {% data variables.product.prodname_GH_advanced_security %} licensing screen. The "Download Report" button is highlighted with an orange outline.](/assets/images/help/enterprises/ghas-download-report.png)
110117

118+
{%- elsif ghes > 3.8 %}
119+
1. Under "{% data variables.product.prodname_GH_advanced_security %}," click {% octicon "download" aria-hidden="true" %} **CSV report** in the header of the "Committers" table.
120+
121+
![Screenshot of the {% data variables.product.prodname_GH_advanced_security %} licensing screen. The "CSV Report" button is highlighted with an orange outline.](/assets/images/enterprise/ghas/download-CSV-report-ghes-3.9.png)
122+
123+
{%- else %}
124+
1. Under "{% data variables.product.prodname_GH_advanced_security %}," {% octicon "download" aria-label="The download icon" %} in the header of the "Committers" table.
125+
126+
{%- endif %}
127+
111128
### Downloading {% data variables.product.prodname_advanced_security %} license usage information through the REST API
112129

113130
You can retrieve {% data variables.product.prodname_advanced_security %} usage information via the billing API.

0 commit comments

Comments
 (0)