Skip to content

cmd: move threshold check to CLI level #3539

cmd: move threshold check to CLI level

cmd: move threshold check to CLI level #3539

Workflow file for this run

name: govulncheck
on:
pull_request:
push:
branches:
- main*
jobs:
govulncheck:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-go
- run: go install golang.org/x/vuln/cmd/govulncheck@v1.1.3
- run: govulncheck -show=traces -test ./...