Skip to content

Commit

Permalink
ci: run govulncheck before allowing progression
Browse files Browse the repository at this point in the history
  • Loading branch information
efd6 committed Apr 17, 2024
1 parent 4e15126 commit e2c0e7f
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 @@ -23,6 +23,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: govulncheck
run: |
go run golang.org/x/vuln/cmd/govulncheck@latest
- name: Test
run: go test ./...

Expand Down

0 comments on commit e2c0e7f

Please sign in to comment.