Skip to content

Commit

Permalink
Code Scanning: add new field for dismissed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshkumarsv committed Nov 7, 2022
1 parent 16cdd7d commit e798daa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github/code-scanning.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ type Alert struct {
DismissedBy *User `json:"dismissed_by,omitempty"`
DismissedAt *Timestamp `json:"dismissed_at,omitempty"`
DismissedReason *string `json:"dismissed_reason,omitempty"`
DismissedComment *string `json:"dismissed_comment,omitempty"`
InstancesURL *string `json:"instances_url,omitempty"`
}

Expand Down

0 comments on commit e798daa

Please sign in to comment.