Skip to content

Commit

Permalink
Add govulncheck
Browse files Browse the repository at this point in the history
Add govulncheck
  • Loading branch information
sashamelentyev authored Sep 19, 2022
1 parent 063980a commit 8809528
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ jobs:
with:
version: latest
args: --timeout 5m

- name: Install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
- name: Run govulncheck
run: govulncheck ./...

0 comments on commit 8809528

Please sign in to comment.