Scorecards supply-chain security scan #116
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Scorecards supply-chain security scan | |
on: | |
# Only the default branch is supported. | |
branch_protection_rule: | |
schedule: | |
# Weekly on Saturdays. | |
- cron: '30 1 * * 6' | |
push: | |
branches: main | |
workflow_dispatch: | |
# Declare default GITHUB_TOKEN permissions as read only. | |
permissions: read-all | |
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 |