Skip to content

chore: add .editorconfig, .gitattributes and OpenSSF Scorecards #4

chore: add .editorconfig, .gitattributes and OpenSSF Scorecards

chore: add .editorconfig, .gitattributes and OpenSSF Scorecards #4

Workflow file for this run

name: OpenSSF Scorecard
on:
push:
branches: ["main"]
schedule:
- cron: "0 6 * * 1"
workflow_dispatch:
permissions:
contents: read
concurrency:
group: scorecard-${{ github.ref }}
cancel-in-progress: true
jobs:
analysis:
runs-on: ubuntu-latest
permissions:
id-token: write
security-events: write
contents: read
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Run Scorecard
uses: ossf/scorecard-action@v2.3.1
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- name: Upload SARIF to code scanning
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif