Skip to content

Commit

Permalink
Code Scanning: add new field for dismissed comment (#2557)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshkumarsv committed Nov 7, 2022
1 parent 16cdd7d commit 331265b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions github/code-scanning.go
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
8 changes: 8 additions & 0 deletions github/github-accessors.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions github/github-accessors_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 331265b

Please sign in to comment.