Skip to content

Update issue templates #164

Update issue templates

Update issue templates #164

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0
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@e0caf11508a3989574713c78f5f444f2ce5e33ef
secrets: inherit