Historical Scorecard Data (prior to 2021) #4390
-
If I want to get scorecard data for a github repository prior to 2021 (say, for example, for the commit SHA corresponding to March 2019), how would I go about doing that? I don't see an option for getting scorecard scores for specific instances of a git repo, only the current version. Thank you, and please let me know if I'm missing something! |
Beta Was this translation helpful? Give feedback.
Answered by
spencerschrock
Nov 6, 2024
Replies: 1 comment
-
You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
liaochris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the
--commit <SHA>
CLI option, but some checks will use current repo settings (such as Branch-Protection).