From 6c4358a56cc52453dc46c55ad22d73facf8987fd Mon Sep 17 00:00:00 2001 From: Francesco Romani Date: Tue, 10 Dec 2024 12:59:06 +0100 Subject: [PATCH] [KNI][release-4.16] 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 f51c9ea9b..c863098f4 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