From 0e3b3c07d745a90d3e7da206c8a7efda4881f0af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20REY?= Date: Thu, 30 May 2024 11:24:15 +0200 Subject: [PATCH] Update docs/tutorials/getting-started.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémi REY --- docs/tutorials/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/getting-started.md b/docs/tutorials/getting-started.md index efd022c3..8bc111a8 100644 --- a/docs/tutorials/getting-started.md +++ b/docs/tutorials/getting-started.md @@ -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 . ``` >💡 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