File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4569,6 +4569,9 @@ reasons that emerge from underlying resources are not included here</p>
4569
4569
</tr><tr><td><p>"TaskRunImagePullFailed"</p></td>
4570
4570
<td><p>TaskRunReasonImagePullFailed is the reason set when the step of a task fails due to image not being pulled</p>
4571
4571
</td>
4572
+ </tr><tr><td><p>"TaskRunResultLargerThanAllowedLimit"</p></td>
4573
+ <td><p>TaskRunReasonResultLargerThanAllowedLimit is the reason set when one of the results exceeds its maximum allowed limit of 1 KB</p>
4574
+ </td>
4572
4575
</tr><tr><td><p>"Running"</p></td>
4573
4576
<td><p>TaskRunReasonRunning is the reason set when the TaskRun is running</p>
4574
4577
</td>
@@ -6347,15 +6350,17 @@ string
6347
6350
<td>
6348
6351
<code>kms</code><br/>
6349
6352
<em>
6350
- <a href="#tekton.dev/v1alpha1.HashAlgorithm">
6351
- HashAlgorithm
6352
- </a>
6353
+ string
6353
6354
</em>
6354
6355
</td>
6355
6356
<td>
6356
6357
<em>(Optional)</em>
6357
6358
<p>KMS contains the KMS url of the public key
6358
- Supported formats differ based on the KMS system used.</p>
6359
+ Supported formats differ based on the KMS system used.
6360
+ One example of a KMS url could be:
6361
+ gcpkms://projects/[PROJECT]/locations/[LOCATION]>/keyRings/[KEYRING]/cryptoKeys/[KEY]/cryptoKeyVersions/[KEY_VERSION]
6362
+ For more examples please refer <a href="https://docs.sigstore.dev/cosign/kms_support">https://docs.sigstore.dev/cosign/kms_support</a>.
6363
+ Note that the KMS is not supported yet.</p>
6359
6364
</td>
6360
6365
</tr>
6361
6366
<tr>
You can’t perform that action at this time.
0 commit comments