Skip to content

Commit

Permalink
feat: new secret_scanning_scan.completed event, re-add missing GHES…
Browse files Browse the repository at this point in the history
… 3.10, description updates, add `fixed_at` parameter in code scanning alerts, add sub-issues (#111)
  • Loading branch information
octokitbot authored Feb 7, 2025
1 parent 996a5a6 commit 171fe25
Show file tree
Hide file tree
Showing 27 changed files with 262,415 additions and 7,221 deletions.
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.

Loading

0 comments on commit 171fe25

Please sign in to comment.