Skip to content

Merge remote-tracking branch 'origin/dependabot/github_actions/peter-… #4

Merge remote-tracking branch 'origin/dependabot/github_actions/peter-…

Merge remote-tracking branch 'origin/dependabot/github_actions/peter-… #4

Workflow file for this run

name: OSSF Scorecard
on:
schedule:
- cron: '0 6 * * 1'
push:
branches: [main, master]
workflow_dispatch:
permissions: read-all
jobs:
analysis:
name: Scorecard Analysis
runs-on: ubuntu-latest
permissions:
security-events: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Run Scorecard
uses: ossf/scorecard-action@v2.4.0
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- name: Upload SARIF
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif