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
*conditions.FalseCondition(sourcev1.SourceVerifiedCondition, "InvalidCommitSignature", "signature verification of commit 'shasum' failed: unable to verify Git commit: unable to verify payload with any of the given key rings"),
1850
1850
},
1851
1851
},
1852
+
{
1853
+
name: "Invalid tag signature with mode=tag makes SourceVerifiedCondition=False",
*conditions.FalseCondition(sourcev1.SourceVerifiedCondition, "InvalidTagSignature", "signature verification of tag 'v0.1.0@shasum' failed: unable to verify Git tag: unable to verify payload with any of the given key rings"),
1885
+
},
1886
+
},
1852
1887
{
1853
1888
name: "Invalid PGP key makes SourceVerifiedCondition=False and returns error",
0 commit comments