feat(ci) govulncheck (#1086)

* feat(ci) govulncheck

* feat(ci) disable persist-credentials
This commit is contained in:
Mauro
2026-03-05 04:13:11 +01:00
committed by GitHub
parent aef1e8e8c4
commit 41bb78f593
+19
View File
@@ -24,6 +24,25 @@ jobs:
with:
version: v2.10.1
vuln_check:
name: Security Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run Govulncheck
uses: golang/govulncheck-action@v1
with:
go-package: ./...
test:
name: Tests
runs-on: ubuntu-latest