Skip to main content
설명서에 자주 업데이트를 게시하며 이 페이지의 번역이 계속 진행 중일 수 있습니다. 최신 정보는 영어 설명서를 참조하세요.

GitHub Advanced Security 사용량 보기

엔터프라이즈의 GitHub Advanced Security 사용량을 볼 수 있습니다.

이 기능을 사용할 수 있는 사용자

Enterprise owners can view usage for GitHub Advanced Security.

GitHub Advanced Security(은)는 GitHub Enterprise Cloud and GitHub Enterprise Server의 엔터프라이즈 계정에서 사용할 수 있습니다. GitHub Enterprise Server 인스턴스를 업그레이드하는 방법에 대한 자세한 내용은 "새 릴리스로 업그레이드 정보"을 참조하고 업그레이드 도우미 를 참조하여 현재 릴리스 버전에서 업그레이드 경로를 찾습니다.

About licenses for GitHub Advanced Security

Each license for GitHub Advanced Security specifies a maximum number of accounts, or seats, that can use these features. Periodically you should check that your use is within your license capacity. For more information, see "About billing for GitHub Advanced Security."

You can calculate how many additional seats will be used if you enable GitHub Advanced Security for more organizations and repositories with the site admin dashboard. For more information, see "Site admin dashboard."

Viewing GitHub Advanced Security license usage for your enterprise account

You can view the enterprise account's current seat limits and usage.

  1. In the top-right corner of GitHub Enterprise Server, click your profile photo, then click Enterprise settings. "Enterprise settings" in drop-down menu for profile photo on GitHub Enterprise Server

  2. In the enterprise account sidebar, click Settings.

  3. In the left sidebar, click License. "License" tab in the enterprise account settings sidebar

    The "GitHub Advanced Security" 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.

  4. Optionally, display the security and analysis settings for an organization.

    • Click the name of the organization.

    • On the "Security & analysis" settings page, scroll to the "GitHub Advanced Security repositories" section to see a detailed breakdown of usage by repository for this organization. GitHub Advanced Security repositories section For more information, see "Managing security and analysis settings for your organization."

Downloading GitHub Advanced Security license usage information

You can download a CSV file with GitHub Advanced Security license usage information at both the enterprise and organization levels. The CSV file contains information about each Advanced Security license that is in use, including:

  • The username of the person using the seat
  • The Advanced Security-enabled repositories where commits were made
  • The organizations that people using seats belong to
  • The most recent commit dates

You can use this information for insights into your Advanced Security usage, such as which members of your enterprise are using an Advanced Security seat or how Advanced Security licenses are being consumed across your organizations.

You can download the Advanced Security license usage CSV through the GitHub Enterprise Server user interface or the REST API.

Downloading Advanced Security license usage information through the UI

At the organization-level

  1. In the top right corner of GitHub Enterprise Server, click your profile photo, then click Your organizations.

    Screenshot of the dropdown menu under @octocat's profile picture. "Your organizations" is outlined in dark orange.

  2. Next to the organization, click Settings.

  3. In the "Access" section of the sidebar, click Billing and plans.

  4. Underneath "GitHub Advanced Security," next to "Committers", click CSV report.

At the enterprise-level

  1. In the top-right corner of GitHub Enterprise Server, click your profile photo, then click Enterprise settings. "Enterprise settings" in drop-down menu for profile photo on GitHub Enterprise Server

  2. In the enterprise account sidebar, click Settings.

  3. In the left sidebar, click License. "License" tab in the enterprise account settings sidebar

  4. Under "GitHub Advanced Security," click the Manage dropdown and then click Download report. Download button for enterprise-level data

Downloading Advanced Security license usage information through the REST API

You can retrieve Advanced Security usage information via the billing API.

For enterprise-level data, use the /enterprises/{enterprise}/settings/billing/advanced-security endpoint. For more information, see "GitHub Enterprise administration" in the GitHub REST API documentation.