From 7c08c3f8895a652e40a3515eef50adffb7581677 Mon Sep 17 00:00:00 2001 From: thepetk Date: Tue, 13 Jan 2026 09:46:40 +0000 Subject: [PATCH] Exclude resources dir from snyk checks --- .snyk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..7548a95 --- /dev/null +++ b/.snyk @@ -0,0 +1,6 @@ +# Snyk (https://snyk.io) policy file +# Exclude test resources from vulnerability scanning +version: v1.25.0 +exclude: + global: + - resources/**