Skip to content

OSSF Scorecard

OSSF Scorecard #341

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0
# This workflow is managed by gh actions-lock.
name: OSSF Scorecard
on:
push:
branches: [main, master]
schedule:
- cron: '0 4 * * *'
workflow_dispatch:
permissions:
actions: read
contents: read
id-token: write
security-events: write
jobs:
scorecard:

Check failure on line 19 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: 19, Col: 3): Error calling workflow 'hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@bd0df9ead7faf0cdfe0e13e7966d91e28d0101d4'. The workflow is requesting 'actions: read', but is only allowed 'actions: none'.
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@bd0df9ead7faf0cdfe0e13e7966d91e28d0101d4
permissions:
contents: read
security-events: write
id-token: write