Skip to content

Commit

Permalink
Add govulncheck to linting
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Apr 10, 2024
1 parent c0da080 commit c9e652e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ jobs:
- name: golangci-lint
if: ${{ always() }}
run: golangci-lint run

- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-file: './go.mod'
check-latest: true
go-package: ./...

0 comments on commit c9e652e

Please sign in to comment.