Skip to content

Commit 3b9f271

Browse files
gmlewisraynigon
andauthored
Update github/event_types.go
Co-authored-by: Simon Schneider <10846939+raynigon@users.noreply.github.com>
1 parent 39125f9 commit 3b9f271

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

github/event_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,6 +1250,8 @@ type WorkflowRunEvent struct {
12501250
}
12511251

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

0 commit comments

Comments
 (0)