From 2c8cd71fd672ba50620d6213dacd6dc1b0b5abcd Mon Sep 17 00:00:00 2001 From: Miheer Salunke Date: Fri, 12 Jun 2026 14:16:53 +0530 Subject: [PATCH] =?UTF-8?q?Security=C2=A0=20ci/prow/security=20fails=20for?= =?UTF-8?q?=20PR=C2=A0=20https://github.com/openshift/cluster-network-oper?= =?UTF-8?q?ator/pull/3017=20which=20is=20to=20bump=20k8s=20to=201.36.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds Snyk ignores/policy for vendored paths. --- .../openshift-cluster-network-operator-master.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-operator/config/openshift/cluster-network-operator/openshift-cluster-network-operator-master.yaml b/ci-operator/config/openshift/cluster-network-operator/openshift-cluster-network-operator-master.yaml index 8f5e23f621e2d..d3f41341c6dab 100644 --- a/ci-operator/config/openshift/cluster-network-operator/openshift-cluster-network-operator-master.yaml +++ b/ci-operator/config/openshift/cluster-network-operator/openshift-cluster-network-operator-master.yaml @@ -453,6 +453,8 @@ tests: env: ALL_PROJECTS: "true" PROJECT_NAME: cluster-network-operator + SNYK_CODE_ADDITIONAL_ARGS: --severity-threshold=high + SNYK_PRE_EXECUTION_HOOK_CMD: rm -rf vendor workflow: openshift-ci-security - as: hypershift-e2e-aks skip_if_only_changed: ^(docs|\.vscode)/|\.md$|^(\.gitignore|\.gitattributes|\.golangci\.yaml|OWNERS|OWNERS_ALIASES|LICENSE|sample-.*\.yaml)$