Skip to content

Commit d0d956f

Browse files
chore(deps): bump github.com/owenrumney/go-sarif/v2 from 2.2.2 to 2.3.0 (#5493)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: DmitriyLewen <[email protected]>
1 parent 68b0797 commit d0d956f

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ require (
7676
github.com/opencontainers/go-digest v1.0.0
7777
github.com/opencontainers/image-spec v1.1.0-rc5
7878
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
8080
github.com/package-url/packageurl-go v0.1.2
8181
github.com/quasilyte/go-ruleguard/dsl v0.3.22
8282
github.com/samber/lo v1.38.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,8 +1472,8 @@ github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYr
14721472
github.com/openvex/go-vex v0.2.5 h1:41utdp2rHgAGCsG+UbjmfMG5CWQxs15nGqir1eRgSrQ=
14731473
github.com/openvex/go-vex v0.2.5/go.mod h1:j+oadBxSUELkrKh4NfNb+BPo77U3q7gdKME88IO/0Wo=
14741474
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=
14771477
github.com/owenrumney/squealer v1.1.1 h1:e+fg29IxdNARSc4s7CbYnqVSepm9eOqErLNNNR5XbAs=
14781478
github.com/owenrumney/squealer v1.1.1/go.mod h1:Q5ekVoyFSG2FlnCVIBGsyk/FSMA/ATv8PtwKIVX7t/o=
14791479
github.com/package-url/packageurl-go v0.1.2 h1:0H2DQt6DHd/NeRlVwW4EZ4oEI6Bn40XlNPRqegcxuo4=

integration/testdata/alpine-310.sarif.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"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",
44
"runs": [
55
{
66
"tool": {

pkg/report/sarif_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func TestReportWriter_Sarif(t *testing.T) {
8989
},
9090
want: &sarif.Report{
9191
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",
9393
Runs: []*sarif.Run{
9494
{
9595
Tool: sarif.Tool{
@@ -214,7 +214,7 @@ func TestReportWriter_Sarif(t *testing.T) {
214214
},
215215
want: &sarif.Report{
216216
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",
218218
Runs: []*sarif.Run{
219219
{
220220
Tool: sarif.Tool{
@@ -354,7 +354,7 @@ func TestReportWriter_Sarif(t *testing.T) {
354354
},
355355
want: &sarif.Report{
356356
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",
358358
Runs: []*sarif.Run{
359359
{
360360
Tool: sarif.Tool{
@@ -448,7 +448,7 @@ func TestReportWriter_Sarif(t *testing.T) {
448448
},
449449
want: &sarif.Report{
450450
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",
452452
Runs: []*sarif.Run{
453453
{
454454
Tool: sarif.Tool{
@@ -518,7 +518,7 @@ func TestReportWriter_Sarif(t *testing.T) {
518518
name: "no vulns",
519519
want: &sarif.Report{
520520
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",
522522
Runs: []*sarif.Run{
523523
{
524524
Tool: sarif.Tool{

0 commit comments

Comments
 (0)