ossf / scorecard

OpenSSF Scorecard - Security health metrics for Open Source
https://scorecard.dev
Apache License 2.0
4.63k stars 504 forks source link

:seedling: Migrate other RunScorecard callers #4208

Closed spencerschrock closed 4 months ago

spencerschrock commented 5 months ago

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.)

NONE
spencerschrock commented 4 months ago

Note: 8f5b397cc92c1b90c2a0a8236f6fa245d0e632cc was cherry picked from #4203, so the implementation is identical. I can resolve any merge conflict.