|
1 | 1 | # Security Scorecards |
| 2 | + |
2 | 3 |  |
3 | 4 |  |
4 | 5 |  |
@@ -106,6 +107,10 @@ export GITHUB_AUTH_TOKEN=<your access token> |
106 | 107 | set GITHUB_AUTH_TOKEN=<your access token> |
107 | 108 | ``` |
108 | 109 |
|
| 110 | +#### GITHUB_AUTH_TOKEN |
| 111 | + |
| 112 | +Multiple `GITHUB_AUTH_TOKEN` can be provided separated by comma to be utilized in a round robin fashion. |
| 113 | + |
109 | 114 | As an alternative to personal access tokens, we also support GitHub App Installations |
110 | 115 | for higher rate-limit quotas. |
111 | 116 | If you have an installed GitHub App and key file, you can use these three environment |
@@ -134,9 +139,9 @@ The following checks are all run against the target project: |
134 | 139 | | Code-Review | Does the project require code review before code is merged? | |
135 | 140 | | CII-Best-Practices | Does the project have a [CII Best Practices Badge](https://bestpractices.coreinfrastructure.org/en)? | |
136 | 141 | | Pull-Requests | Does the project use [Pull Requests](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/about-pull-requests) for all code changes? | |
137 | | -| Fuzzing | Does the project use fuzzing tools, e.g. [OSS-Fuzz](https://github.com/google/oss-fuzz)? | |
| 142 | +| Fuzzing | Does the project use fuzzing tools, e.g. [OSS-Fuzz](https://github.com/google/oss-fuzz)? | |
138 | 143 | | SAST | Does the project use static code analysis tools, e.g. [CodeQL](https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository#enabling-code-scanning-using-actions), [SonarCloud](https://sonarcloud.io)? | |
139 | | -| Active | Did the project get any commits in the last 90 days? | |
| 144 | +| Active | Did the project get any commits in the last 90 days? | |
140 | 145 | | Branch-Protection | Does the project use [Branch Protection](https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/about-protected-branches) ? | |
141 | 146 |
|
142 | 147 | To see detailed information on how each check works, see the [check-specific documentation page](checks.md). |
|
0 commit comments