chore(deps): update all non-major dependencies #1644
ci.yml
on: pull_request
Unit tests
24s
Integration tests
24s
Golangci-lint
49s
Shellcheck
4s
Annotations
30 errors
Unit tests
missing go.sum entry for module providing package k8s.io/api/admissionregistration/v1 (imported by github.com/kubewarden/kubewarden-controller); to add:
|
Unit tests
missing go.sum entry for module providing package k8s.io/api/core/v1 (imported by github.com/kubewarden/kubewarden-controller); to add:
|
Unit tests
no such package located
|
Unit tests
missing go.sum entry for module providing package k8s.io/apimachinery/pkg/api/errors (imported by github.com/kubewarden/kubewarden-controller/controllers); to add:
|
Unit tests
missing go.sum entry for module providing package k8s.io/apimachinery/pkg/apis/meta/v1 (imported by github.com/kubewarden/kubewarden-controller/controllers); to add:
|
Unit tests
missing go.sum entry for module providing package k8s.io/apimachinery/pkg/runtime (imported by github.com/kubewarden/kubewarden-controller); to add:
|
Unit tests
missing go.sum entry for module providing package k8s.io/apimachinery/pkg/runtime/schema (imported by github.com/kubewarden/kubewarden-controller/internal/pkg/admission); to add:
|
Unit tests:
pkg/apis/policies/v1/clusteradmissionpolicy_webhook.go#L26
missing go.sum entry for module providing package k8s.io/apimachinery/pkg/util/validation/field (imported by github.com/kubewarden/kubewarden-controller/pkg/apis/policies/v1); to add:
|
Unit tests
missing go.sum entry for module providing package sigs.k8s.io/controller-runtime (imported by github.com/kubewarden/kubewarden-controller); to add:
|
Unit tests:
pkg/apis/policies/v1/policy.go#L7
missing go.sum entry for module providing package sigs.k8s.io/controller-runtime/pkg/client (imported by github.com/kubewarden/kubewarden-controller); to add:
|
Integration tests
missing go.sum entry for module providing package k8s.io/api/admissionregistration/v1 (imported by github.com/kubewarden/kubewarden-controller); to add:
|
Integration tests
missing go.sum entry for module providing package k8s.io/api/core/v1 (imported by github.com/kubewarden/kubewarden-controller); to add:
|
Integration tests
no such package located
|
Integration tests
missing go.sum entry for module providing package k8s.io/apimachinery/pkg/api/errors (imported by github.com/kubewarden/kubewarden-controller/controllers); to add:
|
Integration tests
missing go.sum entry for module providing package k8s.io/apimachinery/pkg/apis/meta/v1 (imported by github.com/kubewarden/kubewarden-controller/controllers); to add:
|
Integration tests
missing go.sum entry for module providing package k8s.io/apimachinery/pkg/runtime (imported by github.com/kubewarden/kubewarden-controller); to add:
|
Integration tests
missing go.sum entry for module providing package k8s.io/apimachinery/pkg/runtime/schema (imported by github.com/kubewarden/kubewarden-controller/internal/pkg/admission); to add:
|
Integration tests:
pkg/apis/policies/v1/clusteradmissionpolicy_webhook.go#L26
missing go.sum entry for module providing package k8s.io/apimachinery/pkg/util/validation/field (imported by github.com/kubewarden/kubewarden-controller/pkg/apis/policies/v1); to add:
|
Integration tests
missing go.sum entry for module providing package sigs.k8s.io/controller-runtime (imported by github.com/kubewarden/kubewarden-controller); to add:
|
Integration tests:
pkg/apis/policies/v1/policy.go#L7
missing go.sum entry for module providing package sigs.k8s.io/controller-runtime/pkg/client (imported by github.com/kubewarden/kubewarden-controller); to add:
|
Golangci-lint:
pkg/apis/policies/v1alpha2/admissionpolicy_types.go#L140
r.Namespace undefined (type *AdmissionPolicy has no field or method Namespace) (typecheck)
|
Golangci-lint:
pkg/apis/policies/v1alpha2/clusteradmissionpolicy_types.go#L173
r.Name undefined (type *ClusterAdmissionPolicy has no field or method Name) (typecheck)
|
Golangci-lint:
pkg/apis/policies/v1alpha2/policyserver_types.go#L129
ps.Name undefined (type *PolicyServer has no field or method Name) (typecheck)
|
Golangci-lint:
controllers/admissionpolicy_controller_test.go#L28
undeclared name: `Describe` (typecheck)
|
Golangci-lint:
controllers/clusteradmissionpolicy_controller_test.go#L28
undeclared name: `Describe` (typecheck)
|
Golangci-lint:
controllers/policyserver_controller_test.go#L31
undeclared name: `Describe` (typecheck)
|
Golangci-lint:
controllers/suite_test.go#L62
undeclared name: `BeforeSuite` (typecheck)
|
Golangci-lint:
controllers/suite_test.go#L136
undeclared name: `AfterSuite` (typecheck)
|
Golangci-lint:
controllers/policyserver_controller.go#L64
r.Get undefined (type *PolicyServerReconciler has no field or method Get) (typecheck)
|
Golangci-lint:
controllers/policyserver_controller.go#L106
r.Delete undefined (type *PolicyServerReconciler has no field or method Delete) (typecheck)
|