Skip to content

chore: Client.Do so the sdk client can be used directly #30

chore: Client.Do so the sdk client can be used directly

chore: Client.Do so the sdk client can be used directly #30

Workflow file for this run

name: vuln
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
vuln:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: stable
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
- run: govulncheck ./...