forked from openshift/csi-driver-shared-resource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.snyk
10 lines (10 loc) · 762 Bytes
/
.snyk
1
2
3
4
5
6
7
8
9
10
# References:
# https://docs.snyk.io/scan-applications/snyk-code/using-snyk-code-from-the-cli/excluding-directories-and-files-from-the-snyk-code-cli-test
# https://docs.snyk.io/snyk-cli/commands/ignore
exclude:
global:
# 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
- examples/**
# 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
- vendor/k8s.io/apimachinery/pkg/util/managedfields/pod.yaml
- unpacked_remote_sources/cachito-gomod-with-deps/app/vendor/k8s.io/apimachinery/pkg/util/managedfields/pod.yaml