cloud-ark / kubeplus

Kubernetes Operator for multi-instance multi-tenancy
https://cloudark.io/
Apache License 2.0
654 stars 78 forks source link

Address alerts raised by dependabot #1301

Closed devdattakulkarni closed 3 months ago

devdattakulkarni commented 3 months ago

As of today (6/6/2024), we have 12 odd security issues raised by dependabot https://github.com/cloud-ark/kubeplus/security/dependabot

We need to go through each one of the them and resolve as needed.

devdattakulkarni commented 3 months ago

Most of the dependabot alerts are failing with the following error: "k8s.io/code-generator/cmd/openapi-gen/args: no required module provides package k8s.io/code-generator/cmd/openapi-gen/args; to add it:"

Check the following issue for some ideas on how to resolve this: https://github.com/kubernetes/client-go/issues/551

devdattakulkarni commented 3 months ago

k8s.io/code-generator/cmd/openapi-gen/args is only referenced here in the kubeplus repository.

We should update the cmd folder.