chore: add go vuln check

This commit is contained in:
Enot (ded) Skelly
2026-06-08 16:27:55 -07:00
parent e4fc1d93c4
commit 3e79951c52
+6
View File
@@ -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