Skip to content

Commit

Permalink
deps: sigstore@1.3.0 (#276)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
bdehamer committed Apr 20, 2023
1 parent fd44f5c commit d5cb3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"promise-retry": "^2.0.1",
"read-package-json": "^6.0.0",
"read-package-json-fast": "^3.0.0",
"sigstore": "^1.1.0",
"sigstore": "^1.3.0",
"ssri": "^10.0.0",
"tar": "^6.1.11"
},
Expand Down
2 changes: 1 addition & 1 deletion test/registry.js
Expand Up @@ -542,7 +542,7 @@ t.test('verifyAttestations errors when tuf update fails', async t => {
'utf8'
)

tnock(t, 'https://sigstore-tuf-root.storage.googleapis.com')
tnock(t, 'https://tuf-repo-cdn.sigstore.dev')
.get(/./) // match any path
.reply(404)

Expand Down

0 comments on commit d5cb3df

Please sign in to comment.