Skip to content

Commit

Permalink
chore: scorecard verifies branch protection rules (#70)
Browse files Browse the repository at this point in the history
* chore: scorecard verifies branch protection rules

* Add code owners

This makes review requirements possible while still working with a repo that has only a single contributor.
  • Loading branch information
rhwood authored Nov 26, 2023
1 parent 215db96 commit 22732b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Repo owner needs to review all changes
* @rhwood
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# - you want to enable the Branch-Protection check on a *public* repository, or
# - you are installing Scorecards on a *private* repository
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action#authentication-with-pat.
# repo_token: ${{ secrets.SCORECARD_TOKEN }}
repo_token: ${{ secrets.SCORECARD_TOKEN }}

# Public repositories:
# - Publish results to OpenSSF REST API for easy access by consumers
Expand Down

0 comments on commit 22732b8

Please sign in to comment.