Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Drop `-v` from `govulncheck`
  • Loading branch information
ntnn committed Sep 7, 2023
1 parent f1db533 commit 11f07f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Check for go vulnerabilities
run: |
go install golang.org/x/vuln/cmd/govulncheck@latest
govulncheck -v -test ./...
govulncheck -test ./...
generate-required:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 11f07f3

Please sign in to comment.