Update version of go-flow-levee for verify-govet-levee check.

This commit is contained in:
Michaël Lévesque-Dion 2021-06-08 11:29:39 -04:00
parent d59c06541b
commit a94aa0ea9a
4 changed files with 8 additions and 17 deletions

View File

@ -31,7 +31,7 @@ import (
// of view and as an authentication method for the node in the bootstrap phase of // of view and as an authentication method for the node in the bootstrap phase of
// "kubeadm join". This token is and should be short-lived // "kubeadm join". This token is and should be short-lived
type BootstrapTokenString struct { type BootstrapTokenString struct {
ID string `json:"-" datapolicy:"token"` ID string `json:"-"`
Secret string `json:"-" datapolicy:"token"` Secret string `json:"-" datapolicy:"token"`
} }

View File

@ -25,11 +25,11 @@
# These field tags were introduced by KEP-1753 to indicate fields which may contain credentials # These field tags were introduced by KEP-1753 to indicate fields which may contain credentials
FieldTags: FieldTags:
- Key: "datapolicy" - Key: "datapolicy"
Val: "security-key" Value: "security-key"
- Key: "datapolicy" - Key: "datapolicy"
Val: "token" Value: "token"
- Key: "datapolicy" - Key: "datapolicy"
Val: "password" Value: "password"
# This preliminary collection of source types should be removed once # This preliminary collection of source types should be removed once
# KEP-1753 adds tags to the relevant fields. # 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., # Exclude reporting within a given function by specifying it similar to Sinks, i.e.,
# PackageRE | ReceiverRE | MethodRE regexp # PackageRE | ReceiverRE | MethodRE regexp
Exclude: Exclude:
# Corrected in #97000
- PackageRE: "k8s.io/kubernetes/cmd/kubelet/app" - PackageRE: "k8s.io/kubernetes/cmd/kubelet/app"
# Regexp matches anonymized inner function # Regexp matches anonymized inner function
MethodRE: "initConfigz|NewKubeletCommand|run" MethodRE: "NewKubeletCommand"
# 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"

View File

@ -6,7 +6,7 @@ require (
github.com/cespare/prettybench v0.0.0-20150116022406-03b8cfe5406c github.com/cespare/prettybench v0.0.0-20150116022406-03b8cfe5406c
github.com/client9/misspell v0.3.4 github.com/client9/misspell v0.3.4
github.com/golangci/golangci-lint v1.36.0 github.com/golangci/golangci-lint v1.36.0
github.com/google/go-flow-levee v0.1.4-0.20201102181719-72c65d71b1d3 github.com/google/go-flow-levee v0.1.5-0.20210422150831-99e72693f5c8
gotest.tools v2.2.0+incompatible gotest.tools v2.2.0+incompatible
gotest.tools/gotestsum v0.3.5 gotest.tools/gotestsum v0.3.5
honnef.co/go/tools v0.0.1-2020.1.6 honnef.co/go/tools v0.0.1-2020.1.6

View File

@ -228,8 +228,8 @@ github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.4 h1:L8R9j+yAqZuZjsqh/z+F1NCffTKKLShY6zXTItVIZ8M= github.com/google/go-cmp v0.5.4 h1:L8R9j+yAqZuZjsqh/z+F1NCffTKKLShY6zXTItVIZ8M=
github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-flow-levee v0.1.4-0.20201102181719-72c65d71b1d3 h1:yyMdeOKc/LqowWbSC/8KnGm++FWbwVeZw1aQaj9F3zQ= github.com/google/go-flow-levee v0.1.5-0.20210422150831-99e72693f5c8 h1:D1Se3y8Tj9y30iIKlbGcGHyeyn/Hc3G/iOhXJFWLZVA=
github.com/google/go-flow-levee v0.1.4-0.20201102181719-72c65d71b1d3/go.mod h1:Uiz/03u4gZX0ldjN5Tj5+fyZN1v6VK22uKRcpQCDsyE= github.com/google/go-flow-levee v0.1.5-0.20210422150831-99e72693f5c8/go.mod h1:Uiz/03u4gZX0ldjN5Tj5+fyZN1v6VK22uKRcpQCDsyE=
github.com/google/go-github/v33 v33.0.0 h1:qAf9yP0qc54ufQxzwv+u9H0tiVOnPJxo0lI/JXqw3ZM= github.com/google/go-github/v33 v33.0.0 h1:qAf9yP0qc54ufQxzwv+u9H0tiVOnPJxo0lI/JXqw3ZM=
github.com/google/go-github/v33 v33.0.0/go.mod h1:GMdDnVZY/2TsWgp/lkYnpSAh6TrzhANBBwm6k6TTEXg= github.com/google/go-github/v33 v33.0.0/go.mod h1:GMdDnVZY/2TsWgp/lkYnpSAh6TrzhANBBwm6k6TTEXg=
github.com/google/go-querystring v1.0.0 h1:Xkwi/a1rcvNg1PPYe5vI8GbeBY/jrVuDX5ASuANWTrk= github.com/google/go-querystring v1.0.0 h1:Xkwi/a1rcvNg1PPYe5vI8GbeBY/jrVuDX5ASuANWTrk=