actions-marketplace-validations/GHAS Seat Count
Count the remaining GitHub Advanced Security seats in your GitHub plan. License notifications.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| org | The org to use for the action | no | ${{ github.event.organization.login }} |
| enterprise | The enterprise to use for the action (overrides org) | no | — |
| max_advanced_security_committers | The maximum number of advanced security committers. Only needed for org | no | — |
Outputs
| name | description |
|---|---|
| total_advanced_security_committers | The total number of seats |
| maximum_advanced_security_committers | The maximum seats if GHAS is turned on for all committers |
| purchased_advanced_security_committers | The number of seats purchased |
| percentage | The percentage of total seats used |
| remaining | The number of remaining seats |