-
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.4.1 How to LGTM this PR: Ensure you have installed the GitHub client from https://cli.github.com. If it is not installed in your `PATH`, set `export GH=/path/to/your/gh` Set your `export GH_TOKEN=...` Use [verify-release.sh](./verify-release.sh) script in this repository: ``` bash verify-release v2.4.1 ``` Once it completes, you will see the last line `Verifying artifact /tmp/tmp.SomeRanDOm/` and do: ```bash sha256sum /tmp/tmp.SomeRanDOm/* | grep -v intoto ``` This will print out the hashes. Compare them to the changes in this PR --------- Signed-off-by: laurentsimon <[email protected]>
- Loading branch information
1 parent
7e1e47d
commit e986dfc
Showing
5 changed files
with
60 additions
and
182 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 |
---|---|---|
|
@@ -98,7 +98,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/[email protected].0 | ||
$ go install github.com/slsa-framework/slsa-verifier/v2/cli/[email protected].1 | ||
$ slsa-verifier <options> | ||
``` | ||
|
||
|
@@ -144,7 +144,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.4.0 | ||
$ cd slsa-verifier && git checkout v2.4.1 | ||
$ go run ./cli/slsa-verifier <options> | ||
``` | ||
|
||
|
@@ -154,7 +154,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.4.0](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.4.0) | ||
Download the binary from the latest release at [https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.4.1](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.4.1) | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ For more information about SLSA in general, see [https://slsa.dev](https://slsa. | |
To install a specific version of `slsa-verifier`, use: | ||
|
||
```yaml | ||
uses: slsa-framework/slsa-verifier/actions/[email protected].0 | ||
uses: slsa-framework/slsa-verifier/actions/[email protected].1 | ||
``` | ||
See https://github.com/slsa-framework/slsa-verifier/releases for the list of available `slsa-verifier` releases. Only versions greater or equal to 2.0.1 are supported. | ||
|
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
Oops, something went wrong.