Skip to content

⚡ improve download performance for a large quantity of data (#116) #128

⚡ improve download performance for a large quantity of data (#116)

⚡ improve download performance for a large quantity of data (#116) #128

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@8ade135a41bc03ea155e62e844d188df1ea18608"
with:
persist-credentials: false
- name: "Run Scorecard"
uses: "ossf/scorecard-action@483ef80eb98fb506c348f7d62e28055e49fe2398"
with:
results_file: results.sarif
results_format: sarif
repo_token: ${{ secrets.SCORECARD_TOKEN }}
publish_results: true