jku / tuf-demo

An automated TUF repository demo
https://jku.github.io/tuf-demo/metadata/
6 stars 3 forks source link

Timestamp cron job failed #45

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

Timestamp cron job just failed. Have you tried turning it off and on again?

ejahnGithub commented 1 year ago

The timestamp.json is not updated correctly. Currently, the timestamp.json is expired, (ref https://github.com/jku/tuf-demo/blob/master/metadata/timestamp.json#L10), and this probably cause by this issue.

jku commented 1 year ago

I believe this is the issue https://github.com/vmware-labs/repository-editor-for-tuf/issues/66: the tufrepo verify functionality uses a clumsy FilesystemFetcher kludge that seems to have broken when the base class got some changes in python-tuf. I'll take a look in a day or two.

jku commented 1 year ago

Fixed now in the branch repository-editor-for-tuf branch that this project is currently using.