Skip to content

fix(ci): close the governance gate — SPDX, permissions, SHA pins, reu… #290

fix(ci): close the governance gate — SPDX, permissions, SHA pins, reu…

fix(ci): close the governance gate — SPDX, permissions, SHA pins, reu… #290

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:
contents: read
jobs:
analysis:
# Explicit least-privilege permissions for the OSSF Scorecard reusable
# workflow (the documented set), instead of relying on a broad
# workflow-level `read-all`:
permissions:
contents: read # read the repository
actions: read # inspect workflow runs (Token-Permissions, etc.)
security-events: write # upload results to the code-scanning dashboard
id-token: write # OIDC, to publish results / badge
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9
secrets: inherit