Skip to content

Commit

Permalink
docs: add filename to provenance attestation
Browse files Browse the repository at this point in the history
Signed-off-by: Tonis Tiigi <[email protected]>
  • Loading branch information
tonistiigi authored and jedevc committed Jan 4, 2023
1 parent c1963ec commit 9c212c2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/slsa.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,13 @@ and exported with your build result.

## Parameters

| Parameter | Type | Default | Description |
| Parameter | Type | Default | Description |
| -------------- | -------------- | ---------------- | ----------------------------------------------------------------------------------------------------------- |
| `mode` | `min`,`max` | `max` | Configures the amount of provenance to be generated. See [mode](#mode) |
| `builder-id` | String | | Explicitly set SLSA [`builder.id`](https://slsa.dev/provenance/v0.2#builder.id) field |
| `reproducible` | `true`,`false` | `false` | Explicitly set SLSA [`metadata.reproducible`](https://slsa.dev/provenance/v0.2#metadata.reproducible) field |
| `inline-only` | `true`,`false` | `false` | Only embed provenance into exporters that support inline content. See [inline-only](#inline-only) |
| `mode` | `min`,`max` | `max` | Configures the amount of provenance to be generated. See [mode](#mode) |
| `builder-id` | String | | Explicitly set SLSA [`builder.id`](https://slsa.dev/provenance/v0.2#builder.id) field |
| `filename` | String | `provenance.json` | Set filename for provenance attestation when exported with `local` or `tar` exporter |
| `reproducible` | `true`,`false` | `false` | Explicitly set SLSA [`metadata.reproducible`](https://slsa.dev/provenance/v0.2#metadata.reproducible) field |
| `inline-only` | `true`,`false` | `false` | Only embed provenance into exporters that support inline content. See [inline-only](#inline-only) |

### `mode`

Expand Down

0 comments on commit 9c212c2

Please sign in to comment.