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
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
Note: Enterprise variant uses the same ActiveCommitters struct — check if go-github v84 exposes an enterprise endpoint or if it must be called via custom request.
Description
Add two data sources to expose GitHub Advanced Security (GHAS) active committer counts, useful for license management and compliance reporting:
github_enterprise_billing_advanced_security— GHAS active committers for an enterprisegithub_organization_billing_advanced_security— GHAS active committers for an organizationgo-github v84 API
Note: Enterprise variant uses the same
ActiveCommittersstruct — check if go-github v84 exposes an enterprise endpoint or if it must be called via custom request.Structs
Acceptance Criteria
github_organization_billing_advanced_securitydata source implementedgithub_enterprise_billing_advanced_securitydata source implemented (verify endpoint availability)owner/enterprise_slug, pagination optionstotal_advanced_security_committers,total_count,repositorieslistprovider.go