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
WDYT about making a e2e_verifier_arg_transformer $tag that returns a function who's signature is func $argument and returns the correct argument name? Likewise, we can make e2e_verifier_subcommand_transformer $tag that returns a func whos signature is func $artifact-type and returns either verify-artifact or "" for previous versions?
I am not so well-versed in bash scripting, but I think I can do something like that.
The text was updated successfully, but these errors were encountered:
asraa
changed the title
Handle updates in verifier CLI
Handle updates in verifier CLI arguments and subcommands
Sep 1, 2022
After slsa-framework/slsa-verifier#231
we will have two sub-commands added to the verifier:
verify-artifact
andverify-container
.Then, we will also have the following transformation on argument names:
WDYT about making a
e2e_verifier_arg_transformer $tag
that returns a function who's signature isfunc $argument
and returns the correct argument name? Likewise, we can makee2e_verifier_subcommand_transformer $tag
that returns a func whos signature isfunc $artifact-type
and returns eitherverify-artifact
or "" for previous versions?I am not so well-versed in bash scripting, but I think I can do something like that.
The text was updated successfully, but these errors were encountered: