File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ require (
76
76
github.com/opencontainers/go-digest v1.0.0
77
77
github.com/opencontainers/image-spec v1.1.0-rc5
78
78
github.com/openvex/go-vex v0.2.5
79
- github.com/owenrumney/go-sarif/v2 v2.2.2
79
+ github.com/owenrumney/go-sarif/v2 v2.3.0
80
80
github.com/package-url/packageurl-go v0.1.2
81
81
github.com/quasilyte/go-ruleguard/dsl v0.3.22
82
82
github.com/samber/lo v1.38.1
Original file line number Diff line number Diff line change @@ -1472,8 +1472,8 @@ github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYr
1472
1472
github.com/openvex/go-vex v0.2.5 h1:41utdp2rHgAGCsG+UbjmfMG5CWQxs15nGqir1eRgSrQ =
1473
1473
github.com/openvex/go-vex v0.2.5 /go.mod h1:j+oadBxSUELkrKh4NfNb+BPo77U3q7gdKME88IO/0Wo =
1474
1474
github.com/owenrumney/go-sarif v1.1.1 /go.mod h1:dNDiPlF04ESR/6fHlPyq7gHKmrM0sHUvAGjsoh8ZH0U =
1475
- github.com/owenrumney/go-sarif/v2 v2.2.2 h1:x2acaiiAW9hu+78wbEYBRGLk5nRtHmkv7HeUsKvblwc =
1476
- github.com/owenrumney/go-sarif/v2 v2.2.2 /go.mod h1:MSqMMx9WqlBSY7pXoOZWgEsVB4FDNfhcaXDA1j6Sr+w =
1475
+ github.com/owenrumney/go-sarif/v2 v2.3.0 h1:wP5yEpI53zr0v5cBmagXzLbHZp9Oylyo3AJDpfLBITs =
1476
+ github.com/owenrumney/go-sarif/v2 v2.3.0 /go.mod h1:MSqMMx9WqlBSY7pXoOZWgEsVB4FDNfhcaXDA1j6Sr+w =
1477
1477
github.com/owenrumney/squealer v1.1.1 h1:e+fg29IxdNARSc4s7CbYnqVSepm9eOqErLNNNR5XbAs =
1478
1478
github.com/owenrumney/squealer v1.1.1 /go.mod h1:Q5ekVoyFSG2FlnCVIBGsyk/FSMA/ATv8PtwKIVX7t/o =
1479
1479
github.com/package-url/packageurl-go v0.1.2 h1:0H2DQt6DHd/NeRlVwW4EZ4oEI6Bn40XlNPRqegcxuo4 =
Original file line number Diff line number Diff line change 1
1
{
2
2
"version": "2.1.0",
3
- "$schema": "https://json.schemastore.org/ sarif-2.1.0.json",
3
+ "$schema": "https://raw.githubusercontent.com/oasis-tcs/ sarif-spec/master/Schemata/sarif-schema -2.1.0.json",
4
4
"runs": [
5
5
{
6
6
"tool": {
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ func TestReportWriter_Sarif(t *testing.T) {
89
89
},
90
90
want : & sarif.Report {
91
91
Version : "2.1.0" ,
92
- Schema : "https://json.schemastore.org/ sarif-2.1.0.json" ,
92
+ Schema : "https://raw.githubusercontent.com/oasis-tcs/ sarif-spec/master/Schemata/sarif-schema -2.1.0.json" ,
93
93
Runs : []* sarif.Run {
94
94
{
95
95
Tool : sarif.Tool {
@@ -214,7 +214,7 @@ func TestReportWriter_Sarif(t *testing.T) {
214
214
},
215
215
want : & sarif.Report {
216
216
Version : "2.1.0" ,
217
- Schema : "https://json.schemastore.org/ sarif-2.1.0.json" ,
217
+ Schema : "https://raw.githubusercontent.com/oasis-tcs/ sarif-spec/master/Schemata/sarif-schema -2.1.0.json" ,
218
218
Runs : []* sarif.Run {
219
219
{
220
220
Tool : sarif.Tool {
@@ -354,7 +354,7 @@ func TestReportWriter_Sarif(t *testing.T) {
354
354
},
355
355
want : & sarif.Report {
356
356
Version : "2.1.0" ,
357
- Schema : "https://json.schemastore.org/ sarif-2.1.0.json" ,
357
+ Schema : "https://raw.githubusercontent.com/oasis-tcs/ sarif-spec/master/Schemata/sarif-schema -2.1.0.json" ,
358
358
Runs : []* sarif.Run {
359
359
{
360
360
Tool : sarif.Tool {
@@ -448,7 +448,7 @@ func TestReportWriter_Sarif(t *testing.T) {
448
448
},
449
449
want : & sarif.Report {
450
450
Version : "2.1.0" ,
451
- Schema : "https://json.schemastore.org/ sarif-2.1.0.json" ,
451
+ Schema : "https://raw.githubusercontent.com/oasis-tcs/ sarif-spec/master/Schemata/sarif-schema -2.1.0.json" ,
452
452
Runs : []* sarif.Run {
453
453
{
454
454
Tool : sarif.Tool {
@@ -518,7 +518,7 @@ func TestReportWriter_Sarif(t *testing.T) {
518
518
name : "no vulns" ,
519
519
want : & sarif.Report {
520
520
Version : "2.1.0" ,
521
- Schema : "https://json.schemastore.org/ sarif-2.1.0.json" ,
521
+ Schema : "https://raw.githubusercontent.com/oasis-tcs/ sarif-spec/master/Schemata/sarif-schema -2.1.0.json" ,
522
522
Runs : []* sarif.Run {
523
523
{
524
524
Tool : sarif.Tool {
You can’t perform that action at this time.
0 commit comments