Skip to content

Add clarifications for the Devs docs, specially for Windows. (#13777) #3

Add clarifications for the Devs docs, specially for Windows. (#13777)

Add clarifications for the Devs docs, specially for Windows. (#13777) #3

Workflow file for this run

name: OpenSSF Scorecard
on:
push:
branches:
- master
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
permissions:
contents: read
jobs:
analysis:
name: Scorecard Analysis
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
contents: read
security-events: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Run Scorecard
uses: ossf/scorecard-action@v2.4.3
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- name: Upload results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v4
with:
sarif_file: results.sarif