Skip to content

Commit 446cf31

Browse files
committed
README: update sigstore verify
Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent 988e75a commit 446cf31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ Verifying:
146146
<!-- @begin-sigstore-verify-help@ -->
147147
```
148148
usage: sigstore verify [-h] [--certificate FILE] [--signature FILE]
149-
[--bundle FILE] [--cert-email EMAIL]
150-
[--cert-oidc-issuer URL] [--offline] [--staging]
149+
[--rekor-bundle FILE] [--cert-email EMAIL]
150+
[--cert-oidc-issuer URL] [--rekor-offline] [--staging]
151151
[--rekor-url URL]
152152
FILE [FILE ...]
153153

@@ -163,7 +163,7 @@ Verification inputs:
163163
used with multiple inputs (default: None)
164164
--signature FILE The signature to verify against; not used with
165165
multiple inputs (default: None)
166-
--bundle FILE The offline Rekor bundle to verify with; not used with
166+
--rekor-bundle FILE The offline Rekor bundle to verify with; not used with
167167
multiple inputs (default: None)
168168

169169
Extended verification options:
@@ -172,7 +172,7 @@ Extended verification options:
172172
--cert-oidc-issuer URL
173173
The OIDC issuer URL to check for in the certificate's
174174
OIDC issuer extension (default: None)
175-
--offline Perform offline Rekor verification using a bundle;
175+
--rekor-offline Perform offline Rekor verification using a bundle;
176176
implied by --bundle (default: False)
177177

178178
Sigstore instance options:

0 commit comments

Comments
 (0)