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 063980a commit 8809528Copy full SHA for 8809528
.github/workflows/ci.yaml
@@ -33,3 +33,8 @@ jobs:
33
with:
34
version: latest
35
args: --timeout 5m
36
+
37
+ - name: Install govulncheck
38
+ run: go install golang.org/x/vuln/cmd/govulncheck@latest
39
+ - name: Run govulncheck
40
+ run: govulncheck ./...
0 commit comments