feat(ci): run vulnerability check
Some checks failed
Go build / build (1.21.x) (push) Successful in 8m13s
Renovate / renovate (push) Successful in 12s
Go build / build (1.20.x) (push) Failing after 21m30s

This commit is contained in:
Peter 2023-12-18 20:57:10 +01:00
parent e95d4a784b
commit 3deb278cc3
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -24,6 +24,12 @@ jobs:
with:
# Semantic version range syntax or exact version of Go
go-version: ${{ matrix.go-version }}
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: ${{ matrix.go-version }}
go-package: ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
env: