feat(ci): run vulnerability check
This commit is contained in:
parent
e95d4a784b
commit
3deb278cc3
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# Semantic version range syntax or exact version of Go
|
# Semantic version range syntax or exact version of Go
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
|
- id: govulncheck
|
||||||
|
uses: golang/govulncheck-action@v1
|
||||||
|
with:
|
||||||
|
go-version-input: ${{ matrix.go-version }}
|
||||||
|
go-package: ./...
|
||||||
|
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v3
|
uses: golangci/golangci-lint-action@v3
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue