Skip to content

chore(ci): add dormant push-email notification workflow #380

chore(ci): add dormant push-email notification workflow

chore(ci): add dormant push-email notification workflow #380

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0

Check failure on line 1 in .github/workflows/scorecard.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/scorecard.yml

Invalid workflow file

(Line: 25, Col: 5): Unexpected value 'timeout-minutes'
name: Scorecards supply-chain security
on:
branch_protection_rule:
schedule:
- cron: '23 4 * * 1'
push:
branches: [main]
permissions:
contents: read
jobs:
analysis:
# Caller-granted permissions per the scorecard-reusable contract
# (its header documents: the caller MUST grant security-events:write
# + id-token:write; contents:read lets it read the repo). Closes the
# Hypatia `scorecard_wrapper_missing_job_permissions` finding.
permissions:
contents: read
security-events: write
id-token: write
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
timeout-minutes: 10
secrets: inherit