Skip to content

Commit ecbebb9

Browse files
ldezalexandear
andauthored
review
Co-authored-by: Oleksandr Redko <[email protected]>
1 parent ef524c5 commit ecbebb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/printers/sarif.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
const (
1111
sarifVersion = "2.1.0"
12-
sarifSchemaURI = "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.4.json"
12+
sarifSchemaURI = "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.6.json"
1313
)
1414

1515
type SarifOutput struct {

0 commit comments

Comments
 (0)