Skip to content

Commit

Permalink
deps: sigstore@^1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdehamer committed Apr 3, 2023
1 parent 7a560db commit c231986
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.0.0",
"sigstore": "^1.1.0",
"ssri": "^10.0.0",
"tar": "^6.1.11"
},
Expand Down
2 changes: 1 addition & 1 deletion test/registry.js
Expand Up @@ -568,7 +568,7 @@ t.test('verifyAttestations errors when tuf update fails', async t => {

return t.rejects(
f.manifest(),
/sigstore@0.4.0 failed to verify attestation: error refreshing trust metadata/,
/sigstore@0.4.0 failed to verify attestation: error refreshing TUF metadata/,
{
code: 'EATTESTATIONVERIFY',
}
Expand Down

0 comments on commit c231986

Please sign in to comment.