Scorecard supply-chain security #3
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
| # Example: Copy this to your repo as .github/workflows/scorecards.yml | ||
| name: Scorecard supply-chain security | ||
| on: | ||
| branch_protection_rule: | ||
| schedule: | ||
| - cron: '20 7 * * 2' | ||
| push: | ||
| branches: [main] | ||
| jobs: | ||
| analysis: | ||
|
Check failure on line 12 in .github/workflows/scorecards.yml
|
||
| uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@9ce5ba83776bab80eeffb695f7374e334cf6bd9f # v0.2.0 | ||
| secrets: inherit | ||