Skip to content

ci: adopt standards reusable workflows for Scorecard, Hypatia, and Go… #152

ci: adopt standards reusable workflows for Scorecard, Hypatia, and Go…

ci: adopt standards reusable workflows for Scorecard, Hypatia, and Go… #152

Workflow file for this run

# SPDX-License-Identifier: PMPL-1.0-or-later
name: OSSF Scorecard
on:
push:
branches: [main, master]
schedule:
- cron: '0 4 * * *'
workflow_dispatch:
permissions:
contents: read
jobs:
scorecard:

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