1
0
mirror of https://github.com/securego/gosec.git synced 2024-12-26 20:53:56 +02:00

Update the SARIF schema URL (#1217)

Change-Id: I4a19f289ed6c4da8277bcc30be7c905ca13b6898

Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
Cosmin Cojocar 2024-09-09 15:36:18 +02:00 committed by GitHub
parent 0396179112
commit abfe8cfd6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
) )