OpenSSF Scorecard Analysis #156
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 Analysis | |
on: | |
branch_protection_rule: | |
schedule: | |
- cron: '0 3 * * 1' | |
push: | |
branches: [ "main" ] | |
permissions: read-all | |
jobs: | |
analysis: | |
name: OpenSSF Scorecard Analysis | |
permissions: | |
security-events: write # Needed to upload the results to code scanning dashboard | |
id-token: write # Needed to publish results to OpenSSF API and get a badge | |
uses: fish-shop/workflows/.github/workflows/openssf-scorecard.yml@8812ecb78fcbe09bd38dc2ffd3e43b2559fcdf10 # v1.13.10 |