Skip to content

Add single verification loop command #23

Add single verification loop command

Add single verification loop command #23

Workflow file for this run

name: OpenSSF Scorecard
on:
branch_protection_rule:
schedule:
- cron: "41 8 * * 1"
push:
branches:
- main
permissions: read-all
jobs:
scorecard:
name: Scorecard
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
actions: read
contents: read
id-token: write
security-events: write
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: Run Scorecard
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- name: Upload Scorecard SARIF
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
with:
sarif_file: results.sarif