Skip to content

Commit

Permalink
Update OpenSSF Scorecard badge with new regexps
Browse files Browse the repository at this point in the history
Signed-off-by: rickbrouwer <[email protected]>
  • Loading branch information
rickbrouwer committed Dec 3, 2024
1 parent 40768ab commit 7571a04
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 7571a04

Please sign in to comment.