diff --git a/docs/checks.md b/docs/checks.md index b4a44e82..1a1e92f7 100644 --- a/docs/checks.md +++ b/docs/checks.md @@ -479,12 +479,18 @@ Scorecard assesses open source projects for security risks through a series of a This check passes if: -- An `OpenSSF` Scorecard badge is found in the repository's `README` file. Regexps used: +- An `OpenSSF` Scorecard badge is found in the repository's `README` file. Regexps used (old): ```sh "(https://api.securityscorecards.dev/projects/github.com/[^/]+/[^/]+)/badge" ``` +- An `OpenSSF` Scorecard badge is found in the repository's `README` file. Regexps used (new): + +```sh +"(https://api.scorecard.dev/projects/github.com/[^/]+/[^/]+)/badge" +``` + ### Recent release **ID**: `recent_release`