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
INFO:__main__:Creating verifier for sigstore
INFO:tuf.api._payload:No signature for keyid f5312f542c21273d9485a49394386c4575804770667f2ddb59b3bf0669fddd2f
INFO:tuf.api._payload:No signature for keyid ff51e17fcf253119b7033f6f57512631da4a0969442afcf9fc8b141c7f2be99c
INFO:tuf.api._payload:No signature for keyid ff51e17fcf253119b7033f6f57512631da4a0969442afcf9fc8b141c7f2be99c
INFO:tuf.api._payload:No signature for keyid ff51e17fcf253119b7033f6f57512631da4a0969442afcf9fc8b141c7f2be99c
INFO:tuf.api._payload:No signature for keyid ff51e17fcf253119b7033f6f57512631da4a0969442afcf9fc8b141c7f2be99c
INFO:__main__:Verifying model signature from /data/model.sig
ERROR:__main__:verification failed: the manifests do not match <<---------------------------------
INFO:__main__:all checks passed
Oh, it seems at the selected version (1fa9614) there is no exit present. That got fixed in #348 . But we still need to be consistent w.r.t exit/sys.exit/os._exit
Description
I am using the
verify.py
script to check if a model has been modified. The change gets detected, but it seems still all checks are passed.Here is how I run the model validation cli:
And here are the logs of the initcontainer:
Version
1fa9614
The text was updated successfully, but these errors were encountered: