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.
2 parents 2a39fde + 1be0383 commit cca06ebCopy full SHA for cca06eb
sarif/sarif_types.go
@@ -43,7 +43,7 @@ type SarifResponse struct {
43
Sarif SarifDocument `json:"sarif"`
44
}
45
46
-type region struct {
+type Region struct {
47
StartLine int `json:"startLine"`
48
EndLine int `json:"endLine"`
49
StartColumn int `json:"startColumn"`
@@ -57,7 +57,7 @@ type ArtifactLocation struct {
57
58
type PhysicalLocation struct {
59
ArtifactLocation ArtifactLocation `json:"artifactLocation"`
60
- Region region `json:"region"`
+ Region Region `json:"region"`
61
62
63
type Location struct {
0 commit comments