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
110 stars 72 forks source link

Add additional repos from the in-toto project #1341

Closed jkjell closed 9 months ago

jkjell commented 9 months ago

We like to add additional repos from the in-toto project to CLOMonitor. Thanks!

tegioz commented 9 months ago

Thanks @jkjell!

Just in case you didn't know, you can adjust the check sets for each repository to the one that suits it best. The list of available checks sets can be found here. For example, it's common to have a single repository with the community check set, and secondary repositories often just use the code-lite or docs check set. This is important because using check sets like community (or code sometimes) in repositories that are not supposed to have the information to pass those checks may affect negatively the project's score 🙂

jkjell commented 9 months ago

Thanks for the pointers @tegioz! I updated the checks accordingly and added our dedicated community and docs repos.

tegioz commented 9 months ago

It looks great, thanks @jkjell!