diff --git a/docs/reference/operator/contract.mdx b/docs/reference/operator/contract.mdx index e9b8c39..d86a741 100644 --- a/docs/reference/operator/contract.mdx +++ b/docs/reference/operator/contract.mdx @@ -48,7 +48,7 @@ A full example of a Workflow Contract looks like | Name | Required | Default | Description | | ---------- | -------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `name` | yes | | unique identifier of the artifact | -| `type` | yes | | | +| `type` | yes | | | | `output` | no | `false` | If set to `true` the artifact will get injected in the `subject` section of the [in-toto statement](https://github.com/slsa-framework/slsa/blob/main/docs/attestation-model.md#overview). | | `optional` | no | `false` | if set to `true`, providing this artifact during attestation will be optional. This is **useful for soft rollouts of new requirements** |