-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#label:release v2.6.0 # How to Verify Clone the repo and run the script described in https://github.com/slsa-framework/slsa-verifier/blob/main/RELEASE.md#verify-provenance. ``` $ git clone [email protected]:slsa-framework/slsa-verifier.git $ cd slsa-verifier $ bash verify-release.sh v2.6.0 ``` This will download the release files and verify the binaries. Confirm that the output hashes matches those in this PR's SHA256SUM.md - https://github.com/slsa-framework/slsa-verifier/pull/789/files#diff-7834ca792905514302a0630d1c57dc1d330569a18fc2fff4aac6129efb00f4ccR1-R8 --------- Signed-off-by: Ramon Petgrave <[email protected]> Signed-off-by: Ramon Petgrave <[email protected]>
- Loading branch information
1 parent
3714a2a
commit d96b977
Showing
3 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,7 +102,7 @@ You have two options to install the verifier. | |
If you want to install the verifier, you can run the following command: | ||
|
||
```bash | ||
$ go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier@v2.5.1 | ||
$ go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier@v2.6.0 | ||
$ slsa-verifier <options> | ||
``` | ||
|
||
|
@@ -148,7 +148,7 @@ $ go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier | |
|
||
```bash | ||
$ git clone [email protected]:slsa-framework/slsa-verifier.git | ||
$ cd slsa-verifier && git checkout v2.5.1 | ||
$ cd slsa-verifier && git checkout v2.6.0 | ||
$ go run ./cli/slsa-verifier <options> | ||
``` | ||
|
||
|
@@ -158,7 +158,7 @@ If you need to install the verifier to run in a GitHub workflow, use the install | |
|
||
### Download the binary | ||
|
||
Download the binary from the latest release at [https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.5.1](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.5.1) | ||
Download the binary from the latest release at [https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.6.0](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.6.0) | ||
|
||
Download the [SHA256SUM.md](https://github.com/slsa-framework/slsa-verifier/blob/main/SHA256SUM.md). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters