Skip to content

ci: trigger scorecard on this branch for testing #1

ci: trigger scorecard on this branch for testing

ci: trigger scorecard on this branch for testing #1

Workflow file for this run

name: OpenSSF Scorecard
on:
push:
branches:
- add-scorecard-workflow
permissions: read-all
jobs:
analysis:
name: Scorecard analysis
runs-on: ubuntu-latest
permissions:
security-events: write # Upload SARIF results
id-token: write # Publish results via StepSecurity
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Run Scorecard
uses: ossf/scorecard-action@v2
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- name: Upload to code-scanning
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif