-
Notifications
You must be signed in to change notification settings - Fork 506
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: Running checks with --local option #3802
Comments
So it does this already if you just do |
It bombs out for me with "internal error".
RESULTSAggregate score: 10.0 / 10 Check scores: |
This was fixed by #3756, but we don't have a release yet with that fix sorry. You can always install from source. go install github.com/ossf/scorecard/v4@latest |
Okay, you say that #3756 is not in the v4.13.1 release, but in the latest via "go install". I've just tried that and I still get an "internal error" . Please see the attached. |
My mistake, it appears Apparently # HEAD may be unstable
# go install github.com/ossf/scorecard/v4@HEAD
go install github.com/ossf/scorecard/v4@4a2dfa96be97d63da84b230c44610ca2f7178e27 |
I tried with commit @4a2dfa9... and @Head, but I still get an "internal error". Please see the attached scorecard5 files. |
This is a different error actually. This time it's in the |
This new error is something we need to fix on our side. And once that gets patched, you should be able to update the hash and the error would be gone. |
These should both be fixed if you update your pin to the latest commit b556d93:
Feel free to re-open if that's not the case. |
Okay, no errors with b556d93. When will this be added to a release? |
We are in the middle of prepping for a major release, so I would need to see which changes have been merged already. And see if its something we can put out a patch release for without breaking things. |
Describe the bug
The "--local" option does not work. I must explicitly name very few checks to get it to run, then I get a score of 10 because nothing is checked.
Reproduction steps
Steps to reproduce the behavior:
Expected behavior
Expecting "--local" to automatically exclude checks that are GitHub specific. Expecting scorecard to run on an extracted source code tarball like those referenced in the Yocto Project which builds embedded Linux.
Additional context
Add any other context about the problem here.
scorecard2.sh.txt
scorecard3.sh.txt
hello-tgz-scorecard.txt
hello-github-scorecard.txt
The text was updated successfully, but these errors were encountered: