Bundle verifier #180
verify-docs.yaml
on: pull_request
Verify API docs
22s
Annotations
3 errors and 1 warning
Verify API docs:
docs/api-types/index-v1alpha1.md#L1
Please run make docs.
diff --git a/docs/api-types/index-v1alpha1.md b/docs/api-types/index-v1alpha1.md
index ab0903de..3cc115f2 100644
--- a/docs/api-types/index-v1alpha1.md
+++ b/docs/api-types/index-v1alpha1.md
@@ -170,6 +170,7 @@ Attestation defines the type of attestation to validate and optionally apply a p
| ctlog | CTLog sets the configuration to verify the authority against a Rekor instance. | [TLog](#tlog) | false |
| attestations | Attestations is a list of individual attestations for this authority, once the signature for this authority has been verified. | [][Attestation](#attestation) | false |
| rfc3161timestamp | RFC3161Timestamp sets the configuration to verify the signature timestamp against a RFC3161 time-stamping instance. | [RFC3161Timestamp](#rfc3161timestamp) | false |
+| signatureFormat | SignatureFormat specifies the format the authority expects. Supported formats are \"simplesigning\" and \"bundle\". If not specified, the default is \"simplesigning\" (cosign's default). | string | false |
[Back to TOC](#table-of-contents)
|
Verify API docs:
docs/api-types/index.md#L1
Please run make docs.
diff --git a/docs/api-types/index.md b/docs/api-types/index.md
index c3cdbb51..6498e433 100644
--- a/docs/api-types/index.md
+++ b/docs/api-types/index.md
@@ -49,6 +49,7 @@ The authorities block defines the rules for discovering and validating signature
| ctlog | CTLog sets the configuration to verify the authority against a Rekor instance. | [TLog](#tlog) | false |
| attestations | Attestations is a list of individual attestations for this authority, once the signature for this authority has been verified. | [][Attestation](#attestation) | false |
| rfc3161timestamp | RFC3161Timestamp sets the configuration to verify the signature timestamp against a RFC3161 time-stamping instance. | [RFC3161Timestamp](#rfc3161timestamp) | false |
+| signatureFormat | SignatureFormat specifies the format the authority expects. Supported formats are \"simplesigning\" and \"bundle\". If not specified, the default is \"simplesigning\" (cosign's default). | string | false |
[Back to TOC](#table-of-contents)
|
Verify API docs
Process completed with exit code 1.
|
Verify API docs
Restore cache failed: Dependencies file is not found in /home/runner/work/policy-controller/policy-controller. Supported file pattern: go.sum
|