From 1eb000a612c7a99a7844ff188df38afaad1aecb1 Mon Sep 17 00:00:00 2001 From: Biju Joseph Date: Fri, 7 Mar 2025 13:48:34 -0600 Subject: [PATCH] Create .snyk policy file Add a .snyk policy file to exclude some test phase dependencies. --- .snyk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 000000000..d5467c559 --- /dev/null +++ b/.snyk @@ -0,0 +1,5 @@ +ignore: + "com.github.spotbugs:spotbugs-maven-plugin": + - "*": + reason: "SpotBugs is a build-time plugin and does not impact runtime security." + expires: "2025-12-31"