Skip to content

Commit

Permalink
cli_protocol: clarify FILE_OR_DIGEST (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Oct 2, 2024
1 parent af828c8 commit e0d6a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli_protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ ${ENTRYPOINT} verify-bundle [--staging] --bundle FILE --certificate-identity IDE
| `--certificate-identity IDENTITY` | The expected identity in the signing certificate's SAN extension |
| `--certificate-oidc-issuer URL` | The expected OIDC issuer for the signing certificate |
| `--trusted-root` | The path of the custom trusted root to use to verify the bundle |
| `FILE_OR_DIGEST` | The path to the artifact to verify, or its digest. The digest should start with the `sha256:` prefix. |
| `FILE_OR_DIGEST` | The path to the artifact to verify, or its digest. The digest should start with the `sha256:` prefix, should be the right length for a hexadecimal SHA-256 digest, and should not be a path on disk. If any of those conditions are not met, the input should be interpreted as a filepath instead. |

0 comments on commit e0d6a7e

Please sign in to comment.