Skip to content

Improve async body iter (#179) #204

Improve async body iter (#179)

Improve async body iter (#179) #204

Workflow file for this run

name: "Scorecard"
on:
branch_protection_rule:
schedule:
- cron: "0 0 * * 0"
push:
branches:
- main
permissions: read-all
jobs:
analysis:
name: "Scorecard"
runs-on: "ubuntu-latest"
permissions:
security-events: write
id-token: write
contents: read
actions: read
steps:
- name: "Checkout repository"
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938"
with:
persist-credentials: false
- name: "Run Scorecard"
uses: "ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46"
with:
results_file: results.sarif
results_format: sarif
repo_token: ${{ secrets.SCORECARD_TOKEN }}
publish_results: true