-
Notifications
You must be signed in to change notification settings - Fork 510
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
BUG: RepoClient
data format
#1242
Comments
Could it be that this causes #1247? |
Most likely yes. I have a PR out to fix this for
Does that align with your expected Scorecard output? |
It does but with #1243 applied I got
|
I'm not sure if that helps but just in case
|
Ok, another great catch @evverx!
Hope that helps. |
Closing this. |
Is this still relevant? |
Currently, the
RepoClient
data format uses primitive Golang types. This means that when certain values are not returned, the result struct will have default values set. This can lead to incorrect results.We should update the
RepoClient
data to use*bool
,*string
etc. And the convention will be that if the value isnon-nil
, only then analyze the resut.The text was updated successfully, but these errors were encountered: