You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most obvious delta between the two projects is that the working one's default branch is main while the other is master. I had similar results with another project with a master branch.
The text was updated successfully, but these errors were encountered:
Describe the bug
Scorecard doesn't detect the OpenSSF Best Practices badge for the project https://github.com/FoveaCentral/hit_counter.
Reproduction steps
Expected behavior
The project should get a 5/10 because it has a passing badge.
Additional context
I don't think the case-sensitivity issue noted in #3466 (comment) is related since in this case all results are going to the camel-cased https://scorecard.dev/viewer/?uri=github.com/FoveaCentral/hit_counter and nothing ever went to the lowercased https://scorecard.dev/viewer/?uri=github.com/foveacentral/hit_counter.
As another data point, the badge is correctly detected for the sister project https://github.com/FoveaCentral/vaccinesignup since it has the expected score of 5.
The most obvious delta between the two projects is that the working one's default branch is
main
while the other ismaster
. I had similar results with another project with amaster
branch.The text was updated successfully, but these errors were encountered: