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
{{ message }}
This repository was archived by the owner on Sep 23, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: config/300-clusterimagepolicy.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -209,6 +209,9 @@ spec:
209
209
trustRootRef:
210
210
description: Use the Certificate Chain from the referred TrustRoot.TimeStampAuthorities
211
211
type: string
212
+
signatureFormat:
213
+
description: SignatureFormat specifies the format the authority expects. Supported formats are "legacy" and "bundle". If not specified, the default is "legacy" (cosign's default).
214
+
type: string
212
215
source:
213
216
description: Sources sets the configuration to specify the sources from where to consume the signatures.
214
217
type: array
@@ -545,6 +548,9 @@ spec:
545
548
trustRootRef:
546
549
description: Use the Certificate Chain from the referred TrustRoot.TimeStampAuthorities
547
550
type: string
551
+
signatureFormat:
552
+
description: SignatureFormat specifies the format the authority expects. Supported formats are "legacy" and "bundle". If not specified, the default is "legacy" (cosign's default).
553
+
type: string
548
554
source:
549
555
description: Sources sets the configuration to specify the sources from where to consume the signatures.
Copy file name to clipboardExpand all lines: docs/api-types/index-v1alpha1.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,6 +172,7 @@ Attestation defines the type of attestation to validate and optionally apply a p
172
172
| ctlog | CTLog sets the configuration to verify the authority against a Rekor instance. |[TLog](#tlog)| false |
173
173
| attestations | Attestations is a list of individual attestations for this authority, once the signature for this authority has been verified. |[][Attestation](#attestation) | false |
174
174
| rfc3161timestamp | RFC3161Timestamp sets the configuration to verify the signature timestamp against a RFC3161 time-stamping instance. |[RFC3161Timestamp](#rfc3161timestamp)| false |
175
+
| signatureFormat | SignatureFormat specifies the format the authority expects. Supported formats are \"legacy\" and \"bundle\". If not specified, the default is \"legacy\" (cosign's default). | string | false |
Copy file name to clipboardExpand all lines: docs/api-types/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ The authorities block defines the rules for discovering and validating signature
49
49
| ctlog | CTLog sets the configuration to verify the authority against a Rekor instance. |[TLog](#tlog)| false |
50
50
| attestations | Attestations is a list of individual attestations for this authority, once the signature for this authority has been verified. |[][Attestation](#attestation) | false |
51
51
| rfc3161timestamp | RFC3161Timestamp sets the configuration to verify the signature timestamp against a RFC3161 time-stamping instance. |[RFC3161Timestamp](#rfc3161timestamp)| false |
52
+
| signatureFormat | SignatureFormat specifies the format the authority expects. Supported formats are \"legacy\" and \"bundle\". If not specified, the default is \"legacy\" (cosign's default). | string | false |
0 commit comments