mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-25 12:56:23 +02:00
.github: run govulncheck over caddy module
Update caddy and smallstep/certificates to address vulnerabilities.
This commit is contained in:
parent
080f5d05f1
commit
ed6ac75068
3 changed files with 375 additions and 457 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue