We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9db79 commit ce450a9Copy full SHA for ce450a9
github/code-scanning.go
@@ -18,6 +18,9 @@ import (
18
// GitHub API docs: https://docs.github.com/en/free-pro-team@latest/rest/reference/code-scanning/
19
type CodeScanningService service
20
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
24
type Tool struct {
25
Name *string `json:"name,omitempty"`
26
GUID *string `json:"guid,omitempty"`
0 commit comments