mirror of
https://github.com/securego/gosec.git
synced 2024-12-24 11:35:52 +00:00
Update the SARIF schema URL (#1217)
Change-Id: I4a19f289ed6c4da8277bcc30be7c905ca13b6898 Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
parent
0396179112
commit
abfe8cfd6d
1 changed files with 1 additions and 1 deletions
|
@ -18,5 +18,5 @@ const (
|
||||||
// Version : SARIF Schema version
|
// Version : SARIF Schema version
|
||||||
Version = "2.1.0"
|
Version = "2.1.0"
|
||||||
// Schema : SARIF Schema URL
|
// Schema : SARIF Schema URL
|
||||||
Schema = "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.json"
|
Schema = "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/main/sarif-2.1/schema/sarif-schema-2.1.0.json"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue