Skip to content

Commit abfe8cf

Browse files
authored
Update the SARIF schema URL (#1217)
Change-Id: I4a19f289ed6c4da8277bcc30be7c905ca13b6898 Signed-off-by: Cosmin Cojocar <[email protected]>
1 parent 0396179 commit abfe8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

report/sarif/data.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ const (
1818
// Version : SARIF Schema version
1919
Version = "2.1.0"
2020
// Schema : SARIF Schema URL
21-
Schema = "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.json"
21+
Schema = "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/main/sarif-2.1/schema/sarif-schema-2.1.0.json"
2222
)

0 commit comments

Comments
 (0)