We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea26e84 commit 0ce4453Copy full SHA for 0ce4453
report/sarif/data.go
@@ -16,7 +16,7 @@ const (
16
// Error : The rule specified by ruleId was evaluated and a serious problem was found.
17
Error = Level("error")
18
// Version : SARIF Schema version
19
- Version = "2.2.0"
+ Version = "2.1.0"
20
// Schema : SARIF Schema URL
21
- Schema = "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.2.json"
+ Schema = "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.json"
22
)
0 commit comments