Skip to content

feat(docs): add the input playground at /playground/input (#116) #70

feat(docs): add the input playground at /playground/input (#116)

feat(docs): add the input playground at /playground/input (#116) #70

Workflow file for this run

name: Scorecard
on:
push:
branches: [main]
schedule:
- cron: '45 4 * * 1'
permissions:
contents: read
jobs:
analysis:
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
# Required by the OpenSSF publish step that signs and uploads the results.
id-token: write
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4
with:
sarif_file: results.sarif