Skip to content

2.0.0 — wallet-auth types + AgentScoreError.details + createSession args + drop verifyWebhookSignature #82

2.0.0 — wallet-auth types + AgentScoreError.details + createSession args + drop verifyWebhookSignature

2.0.0 — wallet-auth types + AgentScoreError.details + createSession args + drop verifyWebhookSignature #82

Workflow file for this run

name: Security
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
osv-scan:
name: Dependency Scan
runs-on: blacksmith-2vcpu-ubuntu-2404-arm
timeout-minutes: 5
steps:
- uses: useblacksmith/checkout@v1
- name: Install osv-scanner
run: |
curl -fsSL https://github.com/google/osv-scanner/releases/download/v2.3.2/osv-scanner_linux_amd64 -o osv-scanner
chmod +x osv-scanner
- name: Scan dependencies
run: ./osv-scanner --lockfile=bun.lock --format=table || true