[#124] Add govulncheck in CI
Builds (1.20) Details
Builds (1.19) Details
DCO Details
Tests (1.19) Details
Tests (1.20) Details
Vulncheck Details
Lint Details

Check dependency issues on every PR.

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
pull/129/head
Alexey Vanin 2023-06-06 18:00:31 +03:00
parent acb6e8cbca
commit c75add64ec
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
on: [pull_request]
jobs:
vulncheck:
name: Vulncheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Sync tree service
run: make sync-tree
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
- name: Install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
- name: Run govulncheck
run: govulncheck ./...