From 9203040686f87d20372835d913f82592a09dcdc7 Mon Sep 17 00:00:00 2001 From: Francesco Romani Date: Wed, 16 Jul 2025 14:06:20 +0200 Subject: [PATCH] snyk: fix exclude list We don't know why all of sudden these are problems. These files were in our vendor tree since months. Anyway, fsnotify can be trusted, and RTE codebase should be fixed in its repo, so we skip for the time being. Signed-off-by: Francesco Romani --- .snyk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.snyk b/.snyk index a2abc8d1a..81d323dbf 100644 --- a/.snyk +++ b/.snyk @@ -7,8 +7,11 @@ exclude: - "**/*_test.go" - "vendor/k8s.io/**" - "vendor/sigs.k8s.io/**" + - "vendor/github.com/fsnotify/fsnotify/**" - "vendor/github.com/jaypipes/ghw/**" - "vendor/github.com/k8stopologyawareschedwg/deployer/pkg/kubeletconfig/*" + - "vendor/github.com/k8stopologyawareschedwg/resource-topology-exporter/pkg/config/*" + - "vendor/github.com/k8stopologyawareschedwg/resource-topology-exporter/pkg/sysinfo/*" - "vendor/github.com/golang/**" - "vendor/github.com/google/**" - "vendor/github.com/gorilla/websocket/util.go"