add vulnerabilty check

This commit is contained in:
2026-05-07 09:11:48 -06:00
parent 2ae5ee8285
commit 6e2b50fab7
2 changed files with 10 additions and 3 deletions
+4 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.26.0"
go-version: "1.26.x"
- name: Install gosec
run: go install github.com/securego/gosec/v2/cmd/gosec@latest
@@ -29,6 +29,9 @@ jobs:
- name: Run gosec
run: gosec ./...
- name: Run govulncheck
run: govulncheck ./...
style:
name: Style
runs-on: ubuntu-latest