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 3f8a640 commit 2e9db79Copy full SHA for 2e9db79
github/code-scanning.go
@@ -24,6 +24,9 @@ type Tool struct {
24
Version *string `json:"version,omitempty"`
25
}
26
27
+// Alert represents an individual GitHub Code Scanning Alert on a single repository.
28
+//
29
+// GitHub API docs: https://docs.github.com/en/rest/reference/code-scanning#list-code-scanning-alerts-for-a-repository
30
type Alert struct {
31
RuleID *string `json:"rule_id,omitempty"`
32
RuleSeverity *string `json:"rule_severity,omitempty"`
0 commit comments