Skip to content

OSSF Scorecard

OSSF Scorecard #954

Workflow file for this run

# SPDX-License-Identifier: AGPL-3.0-or-later
# 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:

Check failure on line 17 in .github/workflows/scorecard.yml

View workflow run for this annotation

GitHub Actions / OSSF Scorecard

Invalid workflow file

The workflow is not valid. .github/workflows/scorecard.yml (Line: 17, Col: 3): Error calling workflow 'hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@fcb8669169b4e9f5d9848608df880ae5fae812b4'. The workflow is requesting 'actions: read', but is only allowed 'actions: none'.
# 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@fcb8669169b4e9f5d9848608df880ae5fae812b4 # main 2026-08-04 (lockfile-bearing ref: actions.lock required by caller-side enforcement, standards#570)
secrets: inherit