cncf / clomonitor

CLOMonitor is a tool that periodically checks open source projects repositories to verify they meet certain project health best practices
https://clomonitor.io
Apache License 2.0
106 stars 66 forks source link

Cluster API projects are missing #1503

Closed cprivitere closed 1 month ago

cprivitere commented 1 month ago

See title. Just checked and could only find the metal3 provider, not the main cluster-api provider (https://github.com/kubernetes-sigs/cluster-api) or other cluster-api providers (-aws, -azure, -packet, etc) inside kubernetes-sigs.

tegioz commented 1 month ago

Hi @cprivitere 👋

CLOMonitor usually just lists CNCF [1] projects, not all projects' subprojects. In the case of Kubernetes you may find some exceptions, as we included some subprojects that participated in a Security Slam event a few months ago. So it's expected that many others are missing.

Said that, if you have an special interest in listing an additional Kubernetes subproject you can submit a PR to include it in the data file 🙂

[1] We also list some other LF foundations/projects actually.