Skip to content

OSSF Scorecard

OSSF Scorecard #974

Workflow file for this run

# SPDX-License-Identifier: AGPL-3.0-or-later
# This workflow is managed by gh actions-lock.
# This workflow is managed by gh actions-lock.
# This workflow is managed by gh actions-lock.
name: OSSF Scorecard
on:
schedule:
- cron: '0 4 * * *'
workflow_dispatch:
permissions:
actions: read
contents: read
id-token: write
security-events: write
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@571cc734cd69fb846032ec77a662aa8ee4fc32cd # main 2026-08-04 (lockfile-bearing ref: actions.lock required by caller-side enforcement, standards#570)
secrets: inherit