You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exclude examples, apimachinery samples, from sast/snyk scan
None of our examples are items that run in any of the images produced
for shared resources csi driver. They are simply artifact users can employ
when trying out the system, learning what it can do.
Also, the 'vendor/k8s.io/apimachinery/pkg/util/managedfields/pod.yaml' cited
by the scan is a sample from that component as well. you'll see it creates the pod "some-name" in the default namespace
Copy file name to clipboardExpand all lines: .snyk
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,8 @@
3
3
# https://docs.snyk.io/snyk-cli/commands/ignore
4
4
exclude:
5
5
global:
6
-
- vendor/**
6
+
# all yamls, including the pod ones, in our examples directory are simply samples for users trying shared resources out; these artifacts are not created by any of the images
7
+
- examples/**
8
+
# this pod.yaml in apimachinery is just another sample that is never created by our images; you'll see it creates the pod "some-name" in the default namespace
0 commit comments