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