From f830d46556bae7eedfefebd942c35050c3f8b7e8 Mon Sep 17 00:00:00 2001 From: Francesco Romani Date: Tue, 10 Dec 2024 12:59:06 +0100 Subject: [PATCH] [KNI][release-4.14] snyk: update ignore list The linter is now complaining about an old dep, for the time being (and likely for the mid term) we will ignore the warning. cobra is an indirect dep anyway. Signed-off-by: Francesco Romani (cherry picked from commit 68523f6f46381645d937296b4abf644ed7bfbddf) --- .snyk | 1 + 1 file changed, 1 insertion(+) diff --git a/.snyk b/.snyk index 5343f8275..a7aeba4a4 100644 --- a/.snyk +++ b/.snyk @@ -16,6 +16,7 @@ exclude: - vendor/sigs.k8s.io/controller-runtime/pkg/webhook/server.go - vendor/github.com/google/uuid/hash.go - vendor/github.com/paypal/load-watcher/pkg/watcher/internal/metricsprovider/prometheus.go + - vendor/github.com/spf13/cobra/command.go - vendor/golang.org/x/net/websocket/hybi.go - vendor/golang.org/x/tools/go/analysis/unitchecker/unitchecker.go - vendor/golang.org/x/tools/internal/pkgbits/encoder.go