chore(main): release 10.0.0-uds.1 (#143) #140
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: Scorecards supply-chain security | ||
on: | ||
# Only the default branch is supported. | ||
branch_protection_rule: | ||
schedule: | ||
- cron: '30 1 * * 6' | ||
push: | ||
branches: ["main"] | ||
# Declare default permissions as read only. | ||
permissions: read-all | ||
jobs: | ||
validate: | ||
Check failure on line 14 in .github/workflows/scorecard.yaml GitHub Actions / Scorecards supply-chain securityInvalid workflow file
|
||
permissions: | ||
# Needed to upload the results to code-scanning dashboard. | ||
security-events: write | ||
# Used to receive a badge. | ||
id-token: write | ||
uses: defenseunicorns/uds-common/.github/workflows/callable-scorecard.yaml@86886015d1edc43036b3dd000fbd972a384beb8f # v1.0.0 | ||
secrets: inherit |