.github: run govulncheck over caddy module

Update caddy and smallstep/certificates to address vulnerabilities.
This commit is contained in:
Will Norris 2026-03-30 11:07:13 -07:00
parent 080f5d05f1
commit ed6ac75068
3 changed files with 375 additions and 457 deletions

View file

@ -94,4 +94,6 @@ jobs:
go-version: stable
- uses: geomys/sandboxed-step@7d75eb49d17fdeeb3656b3a57d35932d205bcfb9 # v1.2.1
with:
run: go run golang.org/x/vuln/cmd/govulncheck@latest ./...
run: |
go run golang.org/x/vuln/cmd/govulncheck@latest ./...
pushd caddy; go run golang.org/x/vuln/cmd/govulncheck@latest ./...; popd