Keep DB content out of the coordination repo + resite runbook (#39) #325
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
| # SPDX-License-Identifier: PMPL-1.0 | ||
| name: Scorecards supply-chain security | ||
| on: | ||
| branch_protection_rule: | ||
| schedule: | ||
| - cron: '23 4 * * 1' | ||
| push: | ||
| branches: [main] | ||
| permissions: read-all | ||
| jobs: | ||
| analysis: | ||
|
Check failure on line 14 in .github/workflows/scorecard.yml
|
||
| uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@e0caf11508a3989574713c78f5f444f2ce5e33ef | ||
| secrets: inherit | ||