Skip to content

fix(release): sign image tags safely (multi-line tags broke the shell… #3

fix(release): sign image tags safely (multi-line tags broke the shell…

fix(release): sign image tags safely (multi-line tags broke the shell… #3

Workflow file for this run

name: OpenSSF Scorecard
on:
branch_protection_rule:
schedule:
- cron: "0 7 * * 1" # weekly, Monday 07:00 UTC
push:
branches: [main]
permissions: read-all
jobs:
analysis:
name: Scorecard analysis
runs-on: ubuntu-latest
permissions:
security-events: write
id-token: write
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: ossf/scorecard-action@v2.4.3
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- uses: actions/upload-artifact@v7
with:
name: scorecard-sarif
path: results.sarif
retention-days: 5
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif
category: scorecard