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

feat: new secret_scanning_scan.completed event, re-add missing GHES 3.10, description updates, add fixed_at parameter in code scanning alerts, add sub-issues #111

Merged
merged 2 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5,711 changes: 3,609 additions & 2,102 deletions cache/api.github.com.json

Large diffs are not rendered by default.

6,008 changes: 4,119 additions & 1,889 deletions cache/ghec.json

Large diffs are not rendered by default.

142,777 changes: 142,777 additions & 0 deletions cache/ghes-3.10.json

Large diffs are not rendered by default.

590 changes: 398 additions & 192 deletions cache/ghes-3.11.json

Large diffs are not rendered by default.

600 changes: 405 additions & 195 deletions cache/ghes-3.12.json

Large diffs are not rendered by default.

638 changes: 442 additions & 196 deletions cache/ghes-3.13.json

Large diffs are not rendered by default.

642 changes: 446 additions & 196 deletions cache/ghes-3.14.json

Large diffs are not rendered by default.

735 changes: 448 additions & 287 deletions cache/ghes-3.15.json

Large diffs are not rendered by default.

330 changes: 283 additions & 47 deletions packages/openapi-webhooks-types-ghec/types.d.ts

Large diffs are not rendered by default.

2,626 changes: 1,390 additions & 1,236 deletions packages/openapi-webhooks-types-ghes-3.10/types.d.ts

Large diffs are not rendered by default.

213 changes: 168 additions & 45 deletions packages/openapi-webhooks-types-ghes-3.11/types.d.ts

Large diffs are not rendered by default.

213 changes: 168 additions & 45 deletions packages/openapi-webhooks-types-ghes-3.12/types.d.ts

Large diffs are not rendered by default.

214 changes: 168 additions & 46 deletions packages/openapi-webhooks-types-ghes-3.13/types.d.ts

Large diffs are not rendered by default.

216 changes: 170 additions & 46 deletions packages/openapi-webhooks-types-ghes-3.14/types.d.ts

Large diffs are not rendered by default.

216 changes: 170 additions & 46 deletions packages/openapi-webhooks-types-ghes-3.15/types.d.ts

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions packages/openapi-webhooks-types-transition/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,8 @@ export type SecretScanningAlertEvent =
| WebhookEventDefinition<"secret-scanning-alert-validated">;
export type SecretScanningAlertLocationEvent =
WebhookEventDefinition<"secret-scanning-alert-location-created">;
export type SecretScanningScanEvent =
WebhookEventDefinition<"secret-scanning-scan-completed">;
export type SecurityAdvisoryPublishedEvent =
WebhookEventDefinition<"security-advisory-published">;
export type SecurityAdvisoryUpdatedEvent =
Expand Down Expand Up @@ -981,6 +983,7 @@ export type EventPayloadMap = {
| WebhookEventDefinition<"secret_scanning_alert.resolved">
| WebhookEventDefinition<"secret_scanning_alert.validated">;
secret_scanning_alert_location: WebhookEventDefinition<"secret_scanning_alert_location.created">;
secret_scanning_scan: WebhookEventDefinition<"secret_scanning_scan.completed">;
security_advisory:
| WebhookEventDefinition<"security_advisory.published">
| WebhookEventDefinition<"security_advisory.updated">
Expand Down Expand Up @@ -1083,6 +1086,7 @@ export type WebhookEvent =
| RepositoryVulnerabilityAlertEvent
| SecretScanningAlertEvent
| SecretScanningAlertLocationEvent
| SecretScanningScanEvent
| SecurityAdvisoryEvent
| SecurityAndAnalysisEvent
| SponsorshipEvent
Expand Down
325 changes: 279 additions & 46 deletions packages/openapi-webhooks-types/types.d.ts

Large diffs are not rendered by default.

567 changes: 477 additions & 90 deletions packages/openapi-webhooks/generated/api.github.com.json

Large diffs are not rendered by default.

574 changes: 483 additions & 91 deletions packages/openapi-webhooks/generated/ghec.json

Large diffs are not rendered by default.

Loading