Skip to content

Commit

Permalink
Update sarif.go
Browse files Browse the repository at this point in the history
  • Loading branch information
owenrumney committed Jul 3, 2024
1 parent 453ff4a commit 07358e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/sarif/sarif.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const (
)

var versions = map[Version]string{
Version210: "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json",
Version210: "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/main/sarif-2.1/schema/sarif-schema-2.1.0.json",
// keeping this for backwards support but marked as deprecated
Version210RTM5: "https://docs.oasis-open.org/sarif/sarif/v2.1.0/errata01/os/schemas/sarif-schema-2.1.0.json",
}
Expand Down

0 comments on commit 07358e7

Please sign in to comment.