fix proxy support for jwks retrieval

Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
Brian DeHamer
2024-07-26 15:00:43 -07:00
parent 49927e464a
commit b28406bd1f
5 changed files with 46 additions and 535 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@actions/attest",
"version": "1.3.0",
"version": "1.3.1",
"description": "Actions attestation lib",
"keywords": [
"github",
@@ -38,7 +38,6 @@
"@sigstore/mock": "^0.7.4",
"@sigstore/rekor-types": "^2.0.0",
"@types/jsonwebtoken": "^9.0.6",
"jose": "^5.2.3",
"nock": "^13.5.1",
"undici": "^5.28.4"
},
@@ -49,8 +48,7 @@
"@octokit/plugin-retry": "^6.0.1",
"@sigstore/bundle": "^2.3.2",
"@sigstore/sign": "^2.3.2",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.1.0"
"jose": "^5.2.3"
},
"overrides": {
"@octokit/plugin-retry": {