-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not all checks returned for repo #3648
Comments
This is intentional, although perhaps not documented well. |
Thanks @spencerschrock. Wondering if maybe an explanation could be added here or here? Also, it would be good to have it here - not sure where the source is? What do you think? |
Hmm, to me this is more something specific to the API, not the tool. So I would expect it to be under that part of the README. Lines 157 to 165 in fbffff1
The website is in another repo: |
Hi @spencerschrock just to confirm I've understood this correctly: If we make a request to the API and there aren’t GitHub action published results available, it’ll use the weekly cron. However, in the weekly cron, CI-tests, contributors, dependency-update-tool, webhooks are disabled, so wouldn’t be returned. |
Correct. With the caveat that the repo might not be in the weekly cron either, in which case you would 404 |
Additionally to adding this explanation on the README.md (Scorecard REST API section), we could also have it on the |
+1 to adding |
Is this still need help? |
Yes, @cpanato |
Describe the bug
Hi, this might not be a bug, but I didn't spot documentation that gave me the answer - apologies if I've missed something.
Reproduction steps
Steps to reproduce the behavior:
15 check results returned
18 check results returned
Expected behavior
This page says "There are currently 18 checks made across 3 themes: holistic security practises, source code risk assessment and build process risk assessment." I guess I would expect the full set of checks (18) to be returned, even if I was told it the repo hadn't been assessed against this check?
The text was updated successfully, but these errors were encountered: