OSSF Scorecard #904
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |