Skip to content

Commit 331265b

Browse files
Code Scanning: add new field for dismissed comment (#2557)
1 parent 16cdd7d commit 331265b

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

github/code-scanning.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ type Alert struct {
8787
DismissedBy *User `json:"dismissed_by,omitempty"`
8888
DismissedAt *Timestamp `json:"dismissed_at,omitempty"`
8989
DismissedReason *string `json:"dismissed_reason,omitempty"`
90+
DismissedComment *string `json:"dismissed_comment,omitempty"`
9091
InstancesURL *string `json:"instances_url,omitempty"`
9192
}
9293

github/github-accessors.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/github-accessors_test.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)