ci: use reusable Scorecard workflow (#241) #1
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: Scorecard supply-chain security | ||
on: | ||
branch_protection_rule: | ||
schedule: | ||
- cron: '20 7 * * 2' | ||
push: | ||
branches: | ||
- main | ||
permissions: | ||
contents: read | ||
jobs: | ||
trigger: | ||
uses: statnett/github-workflows/.github/workflows/scorecard.yaml@main | ||
Check failure on line 15 in .github/workflows/scorecard.yaml GitHub Actions / Scorecard supply-chain securityInvalid workflow file
|
||
permissions: | ||
security-events: write | ||
id-token: write | ||
contents: read | ||
actions: read |