Skip to content

Scorecard Analysis Workflow #260

Scorecard Analysis Workflow

Scorecard Analysis Workflow #260

Workflow file for this run

name: Scorecard Analysis Workflow
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
# Weekly on Saturdays.
- cron: '30 1 * * 6'
permissions: {}
jobs:
analysis:

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

View workflow run for this annotation

GitHub Actions / Scorecard Analysis Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/scorecards.yml (Line: 17, Col: 3): Error calling workflow 'bytemare/workflows/.github/workflows/scorecard.yml@232148ec449718765bacb8bd4684de41f15b8258'. The workflow is requesting 'artifact-metadata: read, models: read', but is only allowed 'artifact-metadata: none, models: none'.
permissions:
# Needed if using Code scanning alerts
security-events: write
# Needed for GitHub OIDC token if publish_results is true
id-token: write
# Needed for nested workflow
actions: read
attestations: read
checks: read
contents: read
deployments: read
issues: read
discussions: read
packages: read
pages: read
pull-requests: read
repository-projects: read
statuses: read
uses: bytemare/workflows/.github/workflows/scorecard.yml@232148ec449718765bacb8bd4684de41f15b8258
secrets:
token: ${{ secrets.SCORECARD_TOKEN }}