Skip to content

Commit

Permalink
add govulncheck
Browse files Browse the repository at this point in the history
  • Loading branch information
soypat committed Jul 23, 2023
1 parent 1e7c6d0 commit 67e72dc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ jobs:

- name: Test
run: go test -v -coverprofile=coverage.txt -covermode=atomic ./...


- name: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.19
go-package: ./...

- shell: bash
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 67e72dc

Please sign in to comment.