Skip to content

Why do the number of checks for the weekly scorecard scans differ for projects? #3987

Closed Answered by diogoteles08
dynamic-entropy asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @dynamic-entropy!

Why do we have this difference?

So, the main point is that github.com/ossf/scorecard is running the Scorecard GitHub Actions(see the workflow file) and publishing the results, while Kubernetes (and I assume the other CNCF projects) is not.

When a project doesn't run Scorecard themselves and publish the results, we use our own infrastructure to gather some results and make them available on our viewer. The implementation of the cronjob is available on this folder. The problem is that some of the checks (e.g. the ones you mentioned) are too API heavy and we currently can't use our infrastructure to gather them for all the repositories.

Do we have a configuration file…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dynamic-entropy
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants