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
You can then supply that trusted root file to cosign verify commands with --trusted-root.
However, cosign verify currently doesn't (yet) support the --trusted-root parameter - building cosign from the trunk (commit 795289124edd46d4e2ab588b426a8314bc13cf1f), you get the error:
Suggested solution: modify the doc to say something like:
You can then supply that trusted root file to the `cosign verify-bundle` command with --trusted-root; in the future, this option will also be supported by `cosign verify`.
Description
https://docs.sigstore.dev/cosign/system_config/custom_components/ bullet
3.
states:However,
cosign verify
currently doesn't (yet) support the--trusted-root
parameter - buildingcosign
from the trunk (commit795289124edd46d4e2ab588b426a8314bc13cf1f
), you get the error:$ ./cosign verify --trusted-root=trustedroot.json --onlineTlog=false --requireTlog=false --ignore-sct=true image-name:tag Error: unknown flag: --trusted-root main.go:74: error during command execution: unknown flag: --trusted-root
The docs line is added in pr327
Suggested solution: modify the doc to say something like:
Version
/cc @steiza
The text was updated successfully, but these errors were encountered: