Fix CVEs for k8s APIs and tekton #47
Annotations
10 errors and 2 warnings
backend/src/agent/persistence/persistence_agent.go#L60
cannot use swfInformer.Informer() (value of type "k8s.io/client-go/tools/cache".SharedIndexInformer) as "github.com/kubeflow/pipelines/backend/src/common/util".ExecutionInformerEventHandler value in argument to worker.NewPersistenceWorker: "k8s.io/client-go/tools/cache".SharedIndexInformer does not implement "github.com/kubeflow/pipelines/backend/src/common/util".ExecutionInformerEventHandler (wrong type for method AddEventHandler)
|
backend/src/agent/persistence/worker/persistence_worker_test.go#L68
not enough arguments in call to eventHandler.handler.OnAdd
|
backend/src/agent/persistence/worker/persistence_worker_test.go#L98
not enough arguments in call to eventHandler.handler.OnAdd
|
backend/src/agent/persistence/worker/persistence_worker_test.go#L129
not enough arguments in call to eventHandler.handler.OnAdd
|
backend/src/agent/persistence/worker/persistence_worker_test.go#L163
not enough arguments in call to eventHandler.handler.OnAdd
|
backend/src/agent/persistence/worker/persistence_worker_test.go#L196
not enough arguments in call to eventHandler.handler.OnAdd
|
|
|
|
backend/src/v2/expression/expression.go#L193
undefined: pb.NewFieldDescription
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job failed
Loading