Skip to content

Merge pull request #78 from codeplaysoftware/dependabot/github_action… #121

Merge pull request #78 from codeplaysoftware/dependabot/github_action…

Merge pull request #78 from codeplaysoftware/dependabot/github_action… #121

Workflow file for this run

name: Scorecard Supply-Chain Security
on:
branch_protection_rule:
schedule:
- cron: '27 15 * * 0'
push:
branches: [ 'main' ]
workflow_dispatch:
# Declare default permissions as read only.
permissions: read-all
jobs:
analysis:
name: Scorecard analysis
runs-on: ubuntu-latest
permissions:
security-events: write
id-token: write
steps:
- name: 'Checkout Code'
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: 'Run Analysis'
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- name: 'Upload Artifact'
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: SARIF file
path: results.sarif
retention-days: 5
- name: 'Upload to Code-Scanning'
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # 3.28.17
with:
sarif_file: results.sarif