Skip to content

Commit

Permalink
run govulncheck as separate job
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfield committed Jul 22, 2023
1 parent faf757a commit 709c967
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- run: go test ./...
govulncheck:
runs-on: ubuntu-latest
steps:
- uses: golang/govulncheck-action@v1
with:
go-version-input: ${{ matrix.go-version }}
go-package: ./...

0 comments on commit 709c967

Please sign in to comment.