Skip to content

Commit

Permalink
Add govulncheck GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
paulwilljones committed Aug 15, 2024
1 parent 5f96528 commit 91a4711
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ jobs:
args: --timeout 10m --exclude SA5011 --verbose --issues-exit-code=0
only-new-issues: true

govulncheck:
runs-on: ubuntu-latest
name: Run govulncheck
steps:
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.22
go-package: ./...

test:
name: Run unit tests for Go packages
runs-on: ubuntu-latest
Expand Down

0 comments on commit 91a4711

Please sign in to comment.