fix govulncheck workflow

This commit is contained in:
henrygd
2025-09-07 16:52:46 -04:00
parent 6f5d95031c
commit f6078fc232

View File

@@ -29,5 +29,5 @@ jobs:
run: go install golang.org/x/vuln/cmd/govulncheck@latest
shell: bash
- name: Run govulncheck
run: govulncheck -C ./beszel -show verbose ./...
run: govulncheck -show verbose ./...
shell: bash