Skip to content

fix: correct workflow node fields to match spec #36

fix: correct workflow node fields to match spec

fix: correct workflow node fields to match spec #36

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 ./...