Skip to content

Commit

Permalink
Merge pull request #36 from wozniakjan/install_vulncheck
Browse files Browse the repository at this point in the history
Run vulncheck on each PR
  • Loading branch information
wozniakjan authored Sep 9, 2022
2 parents 6cfe751 + 34e4259 commit 3251466
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
- name: Run golint
run: golint ./...

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

- name: Run vulncheck
run: govulncheck ./...

- name: Run go tests
run: go test -race -vet=off ./...

Expand Down

0 comments on commit 3251466

Please sign in to comment.