Skip to content

Commit 748161a

Browse files
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>
1 parent ea584f4 commit 748161a

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You have two options to install the verifier.
104104
If you want to install the verifier, you can run the following command:
105105

106106
```bash
107-
$ go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier@v2.7.0
107+
$ go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier@v2.7.1
108108
$ slsa-verifier <options>
109109
```
110110

@@ -150,7 +150,7 @@ $ go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier
150150

151151
```bash
152152
$ git clone git@github.com:slsa-framework/slsa-verifier.git
153-
$ cd slsa-verifier && git checkout v2.7.0
153+
$ cd slsa-verifier && git checkout v2.7.1
154154
$ go run ./cli/slsa-verifier <options>
155155
```
156156

@@ -160,7 +160,7 @@ If you need to install the verifier to run in a GitHub workflow, use the install
160160

161161
### Download the binary
162162

163-
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)
163+
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)
164164

165165
Download the [SHA256SUM.md](https://github.com/slsa-framework/slsa-verifier/blob/main/SHA256SUM.md).
166166

SHA256SUM.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### [v2.7.1](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.7.1)
2+
3+
4baf25415727821f847a38bccedc86c3e5b17cbfc2eb534cd554feb6c856d6f1 slsa-verifier-darwin-amd64
4+
39abfcf5f1d690c3e889ce3d2d6a8b87711424d83368511868d414e8f8bcb05c slsa-verifier-darwin-arm64
5+
946dbec729094195e88ef78e1734324a27869f03e2c6bd2f61cbc06bd5350339 slsa-verifier-linux-amd64
6+
5d3b2349ede7bfec19e7a21569f18b9f7410145ad12e9584b175370669e14061 slsa-verifier-linux-arm64
7+
1d8f61ad747ecc3d375d2a563cebf2991748b7da1a9bda9a500804c3c499e3c0 slsa-verifier-windows-amd64.exe
8+
44144e98328d221f0490ef6b4a58a465defe8f697f387abbbf07ef5adb68d4ac slsa-verifier-windows-arm64.exe
9+
110
### [v2.7.0](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.7.0)
211

312
36694b43ab23be234add09272e5faf77349d7e267bf65c01dc9bcdf58c4f496e slsa-verifier-darwin-amd64

actions/installer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ For more information about SLSA in general, see [https://slsa.dev](https://slsa.
1111
To install a specific version of `slsa-verifier`, use:
1212

1313
```yaml
14-
uses: slsa-framework/slsa-verifier/actions/installer@v2.7.0
14+
uses: slsa-framework/slsa-verifier/actions/installer@v2.7.1
1515
```
1616
1717
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.

0 commit comments

Comments
 (0)