From 593253e09098e7d76bacc07d34d938232e53cfc2 Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Fri, 10 Mar 2023 05:13:05 -0500 Subject: [PATCH] ci: ignore replaced ghsa (#1392) Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- .grype.yaml | 1 + hack/go.mod | 2 +- operators/constellation-node-operator/go.mod | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.grype.yaml b/.grype.yaml index 3fa7289a1..69fa1f3fc 100644 --- a/.grype.yaml +++ b/.grype.yaml @@ -1,2 +1,3 @@ ignore: - vulnerability: "GHSA-r2h5-3hgw-8j34" # Replaced in submodules' go mod. + - vulnerability: "GHSA-6w5f-5wgr-qjg5" # Replaced in submodules' go mod. diff --git a/hack/go.mod b/hack/go.mod index 3cafd160c..feb4a2746 100644 --- a/hack/go.mod +++ b/hack/go.mod @@ -37,7 +37,7 @@ replace ( ) require ( - github.com/edgelesssys/constellation/v2 v2.5.2 + github.com/edgelesssys/constellation/v2 v2.6.0 github.com/go-git/go-git/v5 v5.5.2 github.com/spf13/cobra v1.6.1 github.com/stretchr/testify v1.8.2 diff --git a/operators/constellation-node-operator/go.mod b/operators/constellation-node-operator/go.mod index 18a750160..4205475e8 100644 --- a/operators/constellation-node-operator/go.mod +++ b/operators/constellation-node-operator/go.mod @@ -13,7 +13,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/azcore v1.3.1 github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.1 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v4 v4.1.0 - github.com/edgelesssys/constellation/v2 v2.5.2 + github.com/edgelesssys/constellation/v2 v2.6.0 github.com/edgelesssys/constellation/v2/3rdparty/node-maintenance-operator v0.0.0-00010101000000-000000000000 github.com/edgelesssys/constellation/v2/operators/constellation-node-operator/v2/api v0.0.0 github.com/googleapis/gax-go/v2 v2.7.0