Skip to content

Commit

Permalink
Update docs/tutorials/getting-started.md
Browse files Browse the repository at this point in the history
Signed-off-by: Rémi REY <[email protected]>
  • Loading branch information
rrey committed May 30, 2024
1 parent 46f6046 commit 0e3b3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ verify:
- This should happen as a part of a CI step

```
witness run --step build -o test-att.json -a slsa -- go build -o=testapp .
witness run --step build -o test-att.json -a slsa --attestor-slsa-export -- go build -o=testapp .
```

><span class="tip-text">💡 Tip: The `-a slsa` option allows to generate the [SLSA Provenace](https://slsa.dev/spec/v1.0/provenance) predicate in the attestation. The `--attestor-slsa-export` option allows to write the Provenance in a dedicated file. This is a mandatory requirement for SLSA Level 1</span>
Expand Down

0 comments on commit 0e3b3c0

Please sign in to comment.