Closed spencerschrock closed 4 months ago
api cleanup. I grouped these separately as they're lower impact
Use pkg.RunScorecard
pkg.RunScorecard
Use pkg.Run
pkg.Run
Follow up of #3717
For user-facing changes, please add a concise, human-readable release note to the release-note
release-note
(In particular, describe what changes users might need to make in their application as a result of this pull request.)
NONE
Note: 8f5b397cc92c1b90c2a0a8236f6fa245d0e632cc was cherry picked from #4203, so the implementation is identical. I can resolve any merge conflict.
What kind of change does this PR introduce?
api cleanup. I grouped these separately as they're lower impact
What is the current behavior?
Use
pkg.RunScorecard
What is the new behavior (if this is a feature change)?**
Use
pkg.Run
Which issue(s) this PR fixes
Follow up of #3717
Special notes for your reviewer
Does this PR introduce a user-facing change?
For user-facing changes, please add a concise, human-readable release note to the
release-note
(In particular, describe what changes users might need to make in their application as a result of this pull request.)