At the moment ListAlertsForOrg function supports only offset (page) pagination while querying REST API https://api.github.com/orgs/ORG/code-scanning/alerts endpoint returns link header with after query parameter. Therefore, the AlertListOptions struct should include ListCursorOptions field.