You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up to version 0.7.2, the SigstoreRepository::fetch method took care of synchronizing the contents of a local checkout of Sigstore's TUF repository.
Now (v0.8.0 being latest stable release), the SigstoreTrustRoot::new method tries to take advantage of a local cache of the TUF repository, but it doesn't update the local contents.
Description
Up to version 0.7.2, the
SigstoreRepository::fetch
method took care of synchronizing the contents of a local checkout of Sigstore's TUF repository.Now (v0.8.0 being latest stable release), the
SigstoreTrustRoot::new
method tries to take advantage of a local cache of the TUF repository, but it doesn't update the local contents.The code that takes care of synchronizing the local cache is still part of the sigstore-rs codebase, but it's no longer being used.
The text was updated successfully, but these errors were encountered: