Skip to content

Commit

Permalink
Update github/event_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Schneider <10846939+raynigon@users.noreply.github.com>
  • Loading branch information
gmlewis and raynigon committed Mar 4, 2022
1 parent 39125f9 commit 3b9f271
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions github/event_types.go
Expand Up @@ -1250,6 +1250,8 @@ type WorkflowRunEvent struct {
}

// SecurityAdvisory represents the advisory object in SecurityAdvisoryEvent payload.
//
// GitHub API docs: https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#security_advisory
type SecurityAdvisory struct {
GHSAID *string `json:"ghsa_id,omitempty"`
Summary *string `json:"summary,omitempty"`
Expand Down

0 comments on commit 3b9f271

Please sign in to comment.