Skip to content

Commit

Permalink
docs: fix the SLSA provenance file name
Browse files Browse the repository at this point in the history
Signed-off-by: Shunsuke Suzuki <[email protected]>
  • Loading branch information
suzuki-shunsuke authored Oct 27, 2023
1 parent fe937f5 commit 25e695a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you're using GitHub Actions, you can simply use the [Xeol GitHub action](http

We generate SLSA provenance for all Xeol releases starting with v0.9.5. You can verify the provenance for the release binaries like so:
1. Install the [slsa-framework/slsa-verifier#installation](https://github.com/slsa-framework/slsa-verifier#installation) tool
2. Download the signature file `attestation.intoto.jsonl` from a Xeol release
2. Download the signature file `multiple.intoto.jsonl` from a Xeol release
3. Download the Xeol release binary you want to verify
4. Run `slsa-verifier verify-artifact --provenance-path multiple.intoto.jsonl <release-binary> --source-uri=github.com/xeol-io/xeol`

Expand Down

0 comments on commit 25e695a

Please sign in to comment.