Skip to content

Commit ce450a9

Browse files
Update github/code-scanning.go
Co-authored-by: Stephen <stephengroat@users.noreply.github.com>
1 parent 2e9db79 commit ce450a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

github/code-scanning.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ import (
1818
// GitHub API docs: https://docs.github.com/en/free-pro-team@latest/rest/reference/code-scanning/
1919
type CodeScanningService service
2020

21+
// Tool represents the tool used to generate a GitHub Code Scanning Alert.
22+
//
23+
// GitHub API docs: https://docs.github.com/en/rest/reference/code-scanning#list-code-scanning-alerts-for-a-repository
2124
type Tool struct {
2225
Name *string `json:"name,omitempty"`
2326
GUID *string `json:"guid,omitempty"`

0 commit comments

Comments
 (0)