ljharb / repo-report

CLI to list all repos a user has access to, and report on their configuration in aggregate.
MIT License
24 stars 11 forks source link

adds openssf score #66

Open Riyabelle25 opened 2 years ago

Riyabelle25 commented 2 years ago

Solves issue #63 by computing openssf score on each of the repos fetched by repo-report and writing the Aggregate Score into a repoOSSF.JSON file

Setup instructions for MacOS users:

brew install scorecard
cd repo-report
node ./bin/run

Note: This will take a solid 10-15 minutes, sit back and relax meanwhile 🙂 CC: @ljharb 👋