You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
credential. GitHub is queried to determine the orgs and repos the app is
7
-
installed on to determine which repos to run Scorecard over. Results are
8
-
printed to stdout in a JSON array.
3
+
This program runs OpenSSF Scorecard over many repositories using a [GitHub App](https://docs.github.com/en/apps/creating-github-apps/about-creating-github-apps/about-creating-github-apps) credential.
4
+
GitHub is queried to determine the orgs and repos the app is installed on to determine which repos to run Scorecard over.
must be created and installed on the repositories you wish to scan.
10
+
A [GitHub App](https://docs.github.com/en/apps/creating-github-apps/about-creating-github-apps/about-creating-github-apps) must be created and installed on the repositories you wish to scan.
15
11
16
12
To install:
17
13
18
-
```
19
-
go get github.com/jeffmendoza/multi-scorecard@latest
14
+
```console
15
+
go get github.com/ossf/scorecard/cmd/multi-scorecard@multi-scorecard
0 commit comments