Skip to content

Add OpenSSF Scorecard workflow #1

Add OpenSSF Scorecard workflow

Add OpenSSF Scorecard workflow #1

Workflow file for this run

name: Scorecard supply-chain security
on:
branch_protection_rule:
schedule:
- cron: '27 3 * * 1'
push:
branches: [ main ]
permissions: read-all
jobs:
analysis:
name: Scorecard analysis
runs-on: ubuntu-latest
permissions:
security-events: write
id-token: write
steps:
- uses: actions/checkout@v4
with: { persist-credentials: false }
- uses: ossf/scorecard-action@v2.4.0
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- uses: github/codeql-action/upload-sarif@v3
with: { sarif_file: results.sarif }