Skip to content

Commit

Permalink
Add Go Vulnerability Database Check (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Haynie authored Nov 5, 2024
1 parent 3e7441f commit 0f7313d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "stable"
- name: Check vulnerabilities
run: |
go install golang.org/x/vuln/cmd/govulncheck@latest
govulncheck ./...
- name: Build
run: go build -v ./...
- name: Test
Expand Down

0 comments on commit 0f7313d

Please sign in to comment.