Skip to content

Commit

Permalink
ci: check for vulnerabilities with govulncheck
Browse files Browse the repository at this point in the history
Signed-off-by: VirtualTam <[email protected]>
  • Loading branch information
virtualtam committed Feb 17, 2024
1 parent a0ec310 commit 0f5585f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,10 @@ jobs:

- name: Lint
uses: golangci/golangci-lint-action@v4

- name: Vulnerabilities
id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-file: go.mod
repo-checkout: false

0 comments on commit 0f5585f

Please sign in to comment.