From 96699e17de2347216586fc86ee20551feb4f79e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 16:22:35 +0000 Subject: [PATCH 1/4] chore(deps): bump github.com/owenrumney/go-sarif/v2 from 2.3.1 to 2.3.3 Bumps [github.com/owenrumney/go-sarif/v2](https://github.com/owenrumney/go-sarif) from 2.3.1 to 2.3.3. - [Release notes](https://github.com/owenrumney/go-sarif/releases) - [Changelog](https://github.com/owenrumney/go-sarif/blob/main/.goreleaser.yml) - [Commits](https://github.com/owenrumney/go-sarif/compare/v2.3.1...v2.3.3) --- updated-dependencies: - dependency-name: github.com/owenrumney/go-sarif/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c1950e882..2870c1731 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/mitchellh/go-homedir v1.1.0 github.com/mitchellh/mapstructure v1.5.0 github.com/openshift/api v0.0.0-20230406152840-ce21e3fe5da2 - github.com/owenrumney/go-sarif/v2 v2.3.1 + github.com/owenrumney/go-sarif/v2 v2.3.3 github.com/pkg/errors v0.9.1 github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.75.0 github.com/spf13/cobra v1.8.1 diff --git a/go.sum b/go.sum index e1c2572a6..cf3b53653 100644 --- a/go.sum +++ b/go.sum @@ -829,8 +829,8 @@ github.com/otiai10/curr v1.0.0/go.mod h1:LskTG5wDwr8Rs+nNQ+1LlxRjAtTZZjtJW4rMXl6 github.com/otiai10/mint v1.3.0/go.mod h1:F5AjcsTsWUqX+Na9fpHb52P8pcRX2CI6A3ctIT91xUo= github.com/otiai10/mint v1.3.1/go.mod h1:/yxELlJQ0ufhjUwhshSj+wFjZ78CnZ48/1wtmBH1OTc= github.com/owenrumney/go-sarif v1.1.1/go.mod h1:dNDiPlF04ESR/6fHlPyq7gHKmrM0sHUvAGjsoh8ZH0U= -github.com/owenrumney/go-sarif/v2 v2.3.1 h1:77opmuqxQZE1UF6TylFz5XllVEI72WijgwpwNw4JTmY= -github.com/owenrumney/go-sarif/v2 v2.3.1/go.mod h1:MSqMMx9WqlBSY7pXoOZWgEsVB4FDNfhcaXDA1j6Sr+w= +github.com/owenrumney/go-sarif/v2 v2.3.3 h1:ubWDJcF5i3L/EIOER+ZyQ03IfplbSU1BLOE26uKQIIU= +github.com/owenrumney/go-sarif/v2 v2.3.3/go.mod h1:MSqMMx9WqlBSY7pXoOZWgEsVB4FDNfhcaXDA1j6Sr+w= github.com/pelletier/go-toml v1.9.4/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8= github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= From 80731794f87fa87259b3164b7ecdc13fc9756308 Mon Sep 17 00:00:00 2001 From: Tomasz Janiszewski Date: Thu, 11 Jul 2024 13:29:27 +0200 Subject: [PATCH 2/4] fix Signed-off-by: Tomasz Janiszewski --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9d0cf1cb7..c05ee49a6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -134,7 +134,7 @@ jobs: run: | set -ex schema=$(jq -r '.["$schema"]' results.sarif) - [ "$schema" = https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json ] + [ "$schema" = https://raw.githubusercontent.com/oasis-tcs/sarif-spec/main/Schemata/sarif-schema-2.1.0.json ] ./yajsv -s ./scripts/sarif/sarif-schema-2.1.0.json results.sarif - name: Upload SARIF output file to GitHub From 4288dbc07b2469b68284f38d6787e393fc06bba8 Mon Sep 17 00:00:00 2001 From: Tomasz Janiszewski Date: Thu, 18 Jul 2024 16:58:16 +0200 Subject: [PATCH 3/4] Update .github/workflows/build.yaml --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c05ee49a6..7152cb721 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -134,7 +134,7 @@ jobs: run: | set -ex schema=$(jq -r '.["$schema"]' results.sarif) - [ "$schema" = https://raw.githubusercontent.com/oasis-tcs/sarif-spec/main/Schemata/sarif-schema-2.1.0.json ] + [ "$schema" = https://raw.githubusercontent.com/oasis-tcs/sarif-spec/main/schema/sarif-schema-2.1.0.json ] ./yajsv -s ./scripts/sarif/sarif-schema-2.1.0.json results.sarif - name: Upload SARIF output file to GitHub From a437b08bb0739e73e3957d20d038ba99eae7e6d4 Mon Sep 17 00:00:00 2001 From: Tomasz Janiszewski Date: Thu, 18 Jul 2024 16:59:18 +0200 Subject: [PATCH 4/4] Update .github/workflows/build.yaml --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7152cb721..ba081c805 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -134,7 +134,7 @@ jobs: run: | set -ex schema=$(jq -r '.["$schema"]' results.sarif) - [ "$schema" = https://raw.githubusercontent.com/oasis-tcs/sarif-spec/main/schema/sarif-schema-2.1.0.json ] + [ "$schema" = https://raw.githubusercontent.com/oasis-tcs/sarif-spec/main/sarif-2.1/schema/sarif-schema-2.1.0.json ] ./yajsv -s ./scripts/sarif/sarif-schema-2.1.0.json results.sarif - name: Upload SARIF output file to GitHub