Skip to content

Commit

Permalink
ci: add govulncheck (#1110)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <[email protected]>
  • Loading branch information
imjasonh authored Aug 10, 2023
1 parent 83589fd commit ecc9812
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
go-version: ${{ matrix.go-version }}
check-latest: true

- uses: golang/govulncheck-action@dd3ead030e4f2cf713062f7a3395191802364e13 # v1

- run: |
go build ./...
go test -run=^$ ./...

0 comments on commit ecc9812

Please sign in to comment.