Skip to content
Compare
Choose a tag to compare
@laurentsimon laurentsimon released this 25 May 16:04
· 343 commits to main since this release
5c8bc69

Main changes

This release lets you run Scorecards without creating a PAT token. If you don't provide a PAT token, Scorecards will use the default GITHUB_TOKEN available in the workflow. Due to limitations of the permissions model and GitHub APIs, be aware of the following limitations:

  1. Without a PAT, the Branch-Protection is not supported, so it will be disabled. You will not receive alerts for this check.
  2. Scorecards only supports PAT on private repositories. If you want to install Scorecards on a private repository, you still need to use a PAT.

For more information, visit the README.md

New Contributors

Full Changelog: v1.0.4...v1.1.0