Skip to content

fix(deps): Bump python-semantic-release/python-semantic-release (#1985) #96

fix(deps): Bump python-semantic-release/python-semantic-release (#1985)

fix(deps): Bump python-semantic-release/python-semantic-release (#1985) #96

Workflow file for this run

name: Scorecard analysis workflow
on:
push:
# Targeting the develop branch
branches:
- develop
schedule:
# Weekly on Saturdays.
- cron: '30 1 * * 6'
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: "Run Analysis"
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
with:
results_file: results.sarif
results_format: sarif
# Let's see the results
publish_results: true
# Upload the artifacts
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
- name: "Upload artifact"
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
with:
name: SARIF file
path: results.sarif
retention-days: 5