Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List Secret Scan Alerts with index based pagination #2446

Merged
merged 8 commits into from Sep 1, 2022
3 changes: 3 additions & 0 deletions github/secret_scanning.go
Expand Up @@ -61,6 +61,9 @@ type SecretScanningAlertListOptions struct {
Resolution string `url:"resolution,omitempty"`

ListCursorOptions

// Listing for Org supports index based pagination
ListOptions
}

// SecretScanningAlertUpdateOptions specifies optional parameters to the SecretScanningService.UpdateAlert method.
Expand Down