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
The json truck tags for VSA v1 seem like they should be in camel case, instead of snake case.
This means that for the VSA predicate in a document formatted like the slsa.dev example the only parsed fields unmarshalled successfully would be policy, and partially for verifier, which seems to be missing verifier.version.
In slsa-framework/slsa-verifier, I have defined the json struct tags that I think should be correct.
The json truck tags for VSA v1 seem like they should be in camel case, instead of snake case.
This means that for the VSA predicate in a document formatted like the slsa.dev example the only parsed fields unmarshalled successfully would be
policy
, and partially forverifier
, which seems to be missingverifier.version
.In slsa-framework/slsa-verifier, I have defined the json struct tags that I think should be correct.
The text was updated successfully, but these errors were encountered: