Skip to content

feat: SDK auth handlers for automatic agent authentication (Phase 5.6… #51

feat: SDK auth handlers for automatic agent authentication (Phase 5.6…

feat: SDK auth handlers for automatic agent authentication (Phase 5.6… #51

Workflow file for this run

name: OpenSSF Scorecard
on:
push:
branches: [main]
schedule:
# Run weekly on Sundays at 04:00 UTC
- cron: "0 4 * * 0"
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
- name: Run OpenSSF Scorecard
uses: ossf/scorecard-action@v2.4.3
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- name: Upload SARIF results
uses: github/codeql-action/upload-sarif@v4
with:
sarif_file: results.sarif