Skip to content

Merge pull request #73 from intellegix/dependabot/github_actions/gith… #111

Merge pull request #73 from intellegix/dependabot/github_actions/gith…

Merge pull request #73 from intellegix/dependabot/github_actions/gith… #111

Workflow file for this run

name: OpenSSF Scorecard
on:
push:
branches: [master]
schedule:
- cron: "0 6 * * 1" # Monday 6am UTC
permissions: read-all
jobs:
analysis:
name: Scorecard Analysis
runs-on: ubuntu-latest
permissions:
security-events: write
id-token: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Run Scorecard
uses: ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- name: Upload SARIF
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
with:
sarif_file: results.sarif