Skip to content

Commit

Permalink
chore: enable govulncheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb committed Nov 5, 2024
1 parent 96b2de2 commit 0f9755c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ jobs:
skip-cache: true
# Directory containing go.mod file
working-directory: src/gabo

- name: Run `govulncheck`
working-directory: src/gabo
run: go run golang.org/x/vuln/cmd/govulncheck@latest ./...

0 comments on commit 0f9755c

Please sign in to comment.