|
|
@@ -11,7 +11,7 @@ import (
|
|
|
func writeSarif(cfg config.Config, findings []*Finding, w io.WriteCloser) error {
|
|
|
sarif := Sarif{
|
|
|
Schema: "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json",
|
|
|
- Version: version,
|
|
|
+ Version: "2.1.0",
|
|
|
Runs: getRuns(cfg, findings),
|
|
|
}
|
|
|
|