mirror of
https://github.com/MeshCore-Beacon/beacon-server.git
synced 2026-09-01 16:48:19 +00:00
chore: add go vuln check
This commit is contained in:
@@ -35,6 +35,12 @@ jobs:
|
||||
- name: Test
|
||||
run: go test ./...
|
||||
|
||||
- name: Install govulncheck
|
||||
run: go install golang.org/x/vuln/cmd/govulncheck@latest
|
||||
|
||||
- name: Vulnerability check
|
||||
run: govulncheck ./...
|
||||
|
||||
- name: Install swag
|
||||
run: go install github.com/swaggo/swag/cmd/swag@latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user