Skip to content

Scorecards supply-chain security scan #19

Scorecards supply-chain security scan

Scorecards supply-chain security scan #19

Workflow file for this run

name: Scorecards supply-chain security scan
on:
# Only the default branch is supported.
branch_protection_rule:
schedule:
# Weekly on Saturdays.
- cron: '33 1 * * 6'
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
analysis:
uses: devops-actions/.github/.github/workflows/rw-ossf-scorecard.yml@main
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write
id-token: write
actions: read
contents: read