mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-02-14 17:49:58 +00:00
chore: update docs for v2.7.1 (#860)
#label:release v2.7.1 Updating docs for v2.7.1 https://github.com/slsa-framework/slsa-verifier/blob/main/RELEASE.md#update-documentation ``` $ mkdir artifacts $ cd artifacts/ $ gh release download v2.7.1 $ sha256sum * | grep -v .intoto.jsonl 4baf25415727821f847a38bccedc86c3e5b17cbfc2eb534cd554feb6c856d6f1 slsa-verifier-darwin-amd64 39abfcf5f1d690c3e889ce3d2d6a8b87711424d83368511868d414e8f8bcb05c slsa-verifier-darwin-arm64 946dbec729094195e88ef78e1734324a27869f03e2c6bd2f61cbc06bd5350339 slsa-verifier-linux-amd64 5d3b2349ede7bfec19e7a21569f18b9f7410145ad12e9584b175370669e14061 slsa-verifier-linux-arm64 1d8f61ad747ecc3d375d2a563cebf2991748b7da1a9bda9a500804c3c499e3c0 slsa-verifier-windows-amd64.exe 44144e98328d221f0490ef6b4a58a465defe8f697f387abbbf07ef5adb68d4ac slsa-verifier-windows-arm64.exe ``` --------- Signed-off-by: Ramon Petgrave <32398091+ramonpetgrave64@users.noreply.github.com>
This commit is contained in:
@@ -104,7 +104,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.7.0
|
||||
$ go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier@v2.7.1
|
||||
$ slsa-verifier <options>
|
||||
```
|
||||
|
||||
@@ -150,7 +150,7 @@ $ go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier
|
||||
|
||||
```bash
|
||||
$ git clone git@github.com:slsa-framework/slsa-verifier.git
|
||||
$ cd slsa-verifier && git checkout v2.7.0
|
||||
$ cd slsa-verifier && git checkout v2.7.1
|
||||
$ go run ./cli/slsa-verifier <options>
|
||||
```
|
||||
|
||||
@@ -160,7 +160,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.7.0](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.7.0)
|
||||
Download the binary from the latest release at [https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.7.1](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.7.1)
|
||||
|
||||
Download the [SHA256SUM.md](https://github.com/slsa-framework/slsa-verifier/blob/main/SHA256SUM.md).
|
||||
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
### [v2.7.1](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.7.1)
|
||||
|
||||
4baf25415727821f847a38bccedc86c3e5b17cbfc2eb534cd554feb6c856d6f1 slsa-verifier-darwin-amd64
|
||||
39abfcf5f1d690c3e889ce3d2d6a8b87711424d83368511868d414e8f8bcb05c slsa-verifier-darwin-arm64
|
||||
946dbec729094195e88ef78e1734324a27869f03e2c6bd2f61cbc06bd5350339 slsa-verifier-linux-amd64
|
||||
5d3b2349ede7bfec19e7a21569f18b9f7410145ad12e9584b175370669e14061 slsa-verifier-linux-arm64
|
||||
1d8f61ad747ecc3d375d2a563cebf2991748b7da1a9bda9a500804c3c499e3c0 slsa-verifier-windows-amd64.exe
|
||||
44144e98328d221f0490ef6b4a58a465defe8f697f387abbbf07ef5adb68d4ac slsa-verifier-windows-arm64.exe
|
||||
|
||||
### [v2.7.0](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.7.0)
|
||||
|
||||
36694b43ab23be234add09272e5faf77349d7e267bf65c01dc9bcdf58c4f496e slsa-verifier-darwin-amd64
|
||||
|
||||
@@ -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/installer@v2.7.0
|
||||
uses: slsa-framework/slsa-verifier/actions/installer@v2.7.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.
|
||||
|
||||
Reference in New Issue
Block a user