Skip to content

Commit 65c6e2b

Browse files
zpavlinovicgopherbot
authored andcommitted
cmd/govulncheck/integration/k8s: update expectations
Due to new entries in the db. Change-Id: I911bd9308fbae679a9c210e7a5f950a022087b65 Reviewed-on: https://go-review.googlesource.com/c/vuln/+/590555 Auto-Submit: Zvonimir Pavlinovic <zpavlinovic@google.com> Reviewed-by: Maceo Thompson <maceothompson@google.com> Run-TryBot: Zvonimir Pavlinovic <zpavlinovic@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
1 parent 03e66a6 commit 65c6e2b

File tree

1 file changed

+24
-12
lines changed
  • cmd/govulncheck/integration/k8s

1 file changed

+24
-12
lines changed

cmd/govulncheck/integration/k8s/k8s.go

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,30 @@ func main() {
2323
out := os.Args[1]
2424

2525
want := map[string]bool{
26-
"github.com/containernetworking/cni/pkg/invoke": true,
27-
"github.com/evanphx/json-patch": true,
28-
"github.com/opencontainers/selinux/go-selinux": true,
29-
"github.com/prometheus/client_golang/prometheus/promhttp": true,
30-
"golang.org/x/crypto/cryptobyte": true,
31-
"golang.org/x/crypto/salsa20/salsa": true,
32-
"golang.org/x/crypto/ssh": true,
33-
"golang.org/x/net/http/httpguts": true,
34-
"golang.org/x/net/http2": true,
35-
"golang.org/x/net/http2/hpack": true,
36-
"golang.org/x/text/encoding/unicode": true,
37-
"google.golang.org/grpc": true,
26+
"github.com/containerd/containerd/api/services/containers/v1": true,
27+
"github.com/containerd/containerd/api/services/tasks/v1": true,
28+
"github.com/containerd/containerd/api/services/version/v1": true,
29+
"github.com/containerd/containerd/api/types": true,
30+
"github.com/containerd/containerd/api/types/task": true,
31+
"github.com/containerd/containerd/containers": true,
32+
"github.com/containerd/containerd/dialer": true,
33+
"github.com/containerd/containerd/errdefs": true,
34+
"github.com/containerd/containerd/namespaces": true,
35+
"github.com/containernetworking/cni/pkg/invoke": true,
36+
"github.com/evanphx/json-patch": true,
37+
"github.com/heketi/heketi/client/api/go-client": true,
38+
"github.com/heketi/heketi/pkg/glusterfs/api": true,
39+
"github.com/heketi/heketi/pkg/utils": true,
40+
"github.com/opencontainers/selinux/go-selinux": true,
41+
"github.com/prometheus/client_golang/prometheus/promhttp": true,
42+
"golang.org/x/crypto/cryptobyte": true,
43+
"golang.org/x/crypto/salsa20/salsa": true,
44+
"golang.org/x/crypto/ssh": true,
45+
"golang.org/x/net/http/httpguts": true,
46+
"golang.org/x/net/http2": true,
47+
"golang.org/x/net/http2/hpack": true,
48+
"golang.org/x/text/encoding/unicode": true,
49+
"google.golang.org/grpc": true,
3850
}
3951
if err := integration.CompareNonStdVulns(out, want); err != nil {
4052
log.Fatal(err)

0 commit comments

Comments
 (0)