adding in govulncheck (#12083)

Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
This commit is contained in:
Robert Sirchia
2025-04-09 16:53:16 -04:00
committed by GitHub
parent 2f4af98212
commit 1ccfa5e428

24
.github/workflows/govulncheck.yml vendored Normal file
View File

@@ -0,0 +1,24 @@
name: govulncheck
on:
push:
paths:
- go.sum
schedule:
- cron: "0 0 * * *"
permissions: read-all
jobs:
govulncheck:
name: govulncheck
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # pin@5.4.0
with:
go-version: '1.23'
check-latest: true
- name: govulncheck
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # pin@1.0.4
with:
go-package: ./...