Skip to content

OSSF Scorecard

OSSF Scorecard #904

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0
name: Scorecards supply-chain security
on:
branch_protection_rule:
schedule:
- cron: '23 4 * * 1'
push:
branches: [main]
permissions: read-all
jobs:
analysis:
# Job-level permissions REPLACE the workflow-level read-all block, so
# contents: read must be restated here — the reusable declares it
# (checkout needs it) and startup-fails if the caller doesn't grant it.
permissions:
security-events: write
id-token: write
contents: read
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9 # main 2026-05-28 (SPDX bump #249)
secrets: inherit