Update version of go-flow-levee for verify-govet-levee check.
This commit is contained in:
17
hack/testdata/levee/levee-config.yaml
vendored
17
hack/testdata/levee/levee-config.yaml
vendored
@@ -25,11 +25,11 @@
|
||||
# These field tags were introduced by KEP-1753 to indicate fields which may contain credentials
|
||||
FieldTags:
|
||||
- Key: "datapolicy"
|
||||
Val: "security-key"
|
||||
Value: "security-key"
|
||||
- Key: "datapolicy"
|
||||
Val: "token"
|
||||
Value: "token"
|
||||
- Key: "datapolicy"
|
||||
Val: "password"
|
||||
Value: "password"
|
||||
|
||||
# This preliminary collection of source types should be removed once
|
||||
# KEP-1753 adds tags to the relevant fields.
|
||||
@@ -147,15 +147,6 @@ Sanitizers:
|
||||
# Exclude reporting within a given function by specifying it similar to Sinks, i.e.,
|
||||
# PackageRE | ReceiverRE | MethodRE regexp
|
||||
Exclude:
|
||||
# Corrected in #97000
|
||||
- PackageRE: "k8s.io/kubernetes/cmd/kubelet/app"
|
||||
# Regexp matches anonymized inner function
|
||||
MethodRE: "initConfigz|NewKubeletCommand|run"
|
||||
# Corrected by go-flow-levee version update in #96999
|
||||
- PackageRE: "pkg/credentialprovider"
|
||||
ReceiverRE: "BasicDockerKeyring"
|
||||
MethodRE: "Add"
|
||||
# Corrected in #96576.
|
||||
- PackageRE: "k8s.io/kubernetes/pkg/credentialprovider/gcp"
|
||||
ReceiverRE: "containerRegistryProvider"
|
||||
MethodRE: "Provide"
|
||||
MethodRE: "NewKubeletCommand"
|
||||
|
Reference in New Issue
Block a user