OpenSSF Scorecard #4
This file contains hidden or 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: OpenSSF Scorecard | |
| # Supply-chain posture scoring (branch protection, pinned actions, token | |
| # permissions, …). Runs on default-branch push and on a weekly schedule; | |
| # results upload to the code-scanning dashboard. | |
| on: | |
| push: | |
| branches: [main, master] | |
| schedule: | |
| - cron: '0 0 * * 0' | |
| workflow_dispatch: | |
| permissions: {} | |
| jobs: | |
| scorecard: | |
| uses: netresearch/.github/.github/workflows/scorecard.yml@main | |
| permissions: | |
| contents: read | |
| security-events: write | |
| id-token: write | |
| actions: read |