Skip to content

Commit

Permalink
Add govulncheck
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
  • Loading branch information
katexochen committed Apr 3, 2023
1 parent 6e2beac commit a5ce1ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ jobs:
run: |
go install github.com/rhysd/actionlint/cmd/actionlint@latest
actionlint
- name: Run govulncheck
shell: bash
run: |
go install golang.org/x/vuln/cmd/govulncheck@latest
GOMEMLIMIT=5GiB govulncheck -v ./...

0 comments on commit a5ce1ea

Please sign in to comment.