Skip to content

Commit 8809528

Browse files
Add govulncheck
Add govulncheck
1 parent 063980a commit 8809528

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@ jobs:
3333
with:
3434
version: latest
3535
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

Comments
 (0)