From 7fbf8cf7dfe422e959c21a3044f0fb744f5dc52f Mon Sep 17 00:00:00 2001 From: Zach Howard Date: Wed, 19 Oct 2022 18:20:30 -0400 Subject: [PATCH] disable snyk for infra/op-replica (#3740) --- .snyk | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 000000000000..1558a7a82432 --- /dev/null +++ b/.snyk @@ -0,0 +1,3 @@ +exclude: + global: + - infra/op-replica/** # snyk does not respect kustomizations, so not useful here