Skip to content

Commit

Permalink
ci: Run govulncheck (#5790)
Browse files Browse the repository at this point in the history
* feat(ci): check vuln Go mods in CI

* fix(ci): correct directive for govulncheck

* refactor(ci): move govulncheck to lint.yml

* refactor(lint): move govulncheck to different job
  • Loading branch information
hainenber committed Sep 5, 2023
1 parent 1b73e38 commit 50cea4e
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 @@ -50,3 +50,9 @@ jobs:

# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true

govulncheck:
runs-on: ubuntu-latest
steps:
- name: govulncheck
uses: golang/govulncheck-action@v1

0 comments on commit 50cea4e

Please sign in to comment.