Skip to content

Commit

Permalink
Rename scorecard badge to OSSF Scorecard
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinm committed Sep 30, 2024
1 parent 7f3deba commit 8a318f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
# by a third-party and are governed by separate terms of service, privacy
# policy, and support documentation.

name: Scorecard supply-chain security
name: OSSF Scorecard
on:
# For Branch-Protection check. Only the default branch is supported. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
branch_protection_rule:
# To guarantee Maintained check is occasionally updated. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
schedule:
- cron: '40 22 * * 5'
- cron: "40 22 * * 5"
push:
branches: [ "master" ]
branches: ["master"]

# Declare default permissions as read only.
permissions: read-all
Expand Down

0 comments on commit 8a318f3

Please sign in to comment.