We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f79e4f commit b4535b3Copy full SHA for b4535b3
.github/workflows/govulncheck.yml
@@ -23,4 +23,4 @@ jobs:
23
go install golang.org/x/vuln/cmd/govulncheck@latest
24
- name: Run security checks
25
run: |
26
- govulncheck -v ./...
+ govulncheck ./...
0 commit comments