Skip to content

Commit

Permalink
Use golang action for govulncheck instead of the latest binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnn committed Sep 7, 2023
1 parent 11f07f3 commit 3d67bab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ jobs:
only-new-issues: ${{ github.head_ref != '' }}

- name: Check for go vulnerabilities
run: |
go install golang.org/x/vuln/cmd/govulncheck@latest
govulncheck -test ./...
uses: golang/govulncheck-action@v1

generate-required:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3d67bab

Please sign in to comment.