Skip to content

Merge branch 'main' of https://github.com/finos/FDC3-Sail #52

Merge branch 'main' of https://github.com/finos/FDC3-Sail

Merge branch 'main' of https://github.com/finos/FDC3-Sail #52

Workflow file for this run

name: OpenSSF Scorecard
on:
push:
branches: ["main"]
schedule:
# Weekly on Monday at 06:30 UTC
- cron: "30 6 * * 1"
workflow_dispatch:
permissions: read-all
jobs:
analysis:
name: Scorecard analysis
runs-on: ubuntu-latest
permissions:
security-events: write
id-token: write
contents: read
actions: read
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
with:
persist-credentials: false
- name: Run analysis
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
with:
sarif_file: results.sarif