Skip to content

Commit

Permalink
Add clarifications to SLSA 2
Browse files Browse the repository at this point in the history
  • Loading branch information
siberov committed Sep 13, 2022
1 parent 432b8ea commit d5342ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/provenance.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create a Release with SLSA Provenance
name: Create a Release with signed SLSA Provenance

on:
create:
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ Same as 1, plus:
- [Service generated](https://slsa.dev/spec/v0.1/requirements#service-generated)
- The provenance is generated by the build service, not directly by e.g. a
developer.

Demo: Create a new tag, e.g., `git tag -a v0.2.0 -m "v0.2.0"` and push it to
GitHub. Then you can download the provenance file and verify it using the
signature like so: `gpg --verify build.provenance.asc build.provenance`.

0 comments on commit d5342ce

Please sign in to comment.