Skip to content

Scorecards supply-chain security #127

Scorecards supply-chain security

Scorecards supply-chain security #127

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]
# The reusable's scorecard job declares security-events:write + id-token:write;
# a called workflow's job permissions must be a SUBSET of the caller's grant
# (callee ⊆ caller) — `read-all` grants no writes, so the run startup-failed at
# plan time with zero jobs.
permissions:
contents: read
security-events: write
id-token: write
jobs:
analysis:
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@a44c93a5cd3d293ee3e8b488444dcdc19c4e5d49
secrets: inherit