From 464ea280ee9746ad303a106c4c90ff65c2fb9b2a Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Thu, 11 May 2023 22:17:46 +0000 Subject: [PATCH 1/2] chore: Update SHA256SUM.md for v2.3.0 Signed-off-by: Ian Lewis --- SHA256SUM.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/SHA256SUM.md b/SHA256SUM.md index 7f31522b5..10421bbb4 100644 --- a/SHA256SUM.md +++ b/SHA256SUM.md @@ -1,3 +1,12 @@ +### [v2.3.0](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.3.0) + +44ae609925c2dddafa45b2f98da62b40abcf739bbbe6f9dc792f3aba6e236e9c slsa-verifier-darwin-amd64 +16e028a9306c622aecfc1e286082a2cbdd71418f39054fab98612fcf2ce4716e slsa-verifier-darwin-arm64 +ea687149d658efecda64d69da999efb84bb695a3212f29548d4897994027172d slsa-verifier-linux-amd64 +59cadeaee0705dfe453e487188528a9d18864f95f5b1a34492ff69264692d327 slsa-verifier-linux-arm64 +2a9e77e97045ba6a3d033011a9fa0ced7dbf60354738420591ec31beaee43830 slsa-verifier-windows-amd64.exe +2e3713d93662060dbe5116c3e8cdfa4d93b8f33e97ef256fd82b9f0d160eb7ce slsa-verifier-windows-arm64.exe + ### [v2.2.0](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.2.0) 8aaf12ce7691ca203c2ab000cbbc68140112acb3d08c4d338c06eb125dfd6b10 slsa-verifier-linux-amd64 From 2fff13d36658b1f09a53813471bde4c7c64982f8 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Thu, 11 May 2023 22:20:36 +0000 Subject: [PATCH 2/2] update docs Signed-off-by: Ian Lewis --- README.md | 6 +++--- actions/installer/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1ee3700ee..494fee615 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,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.2.0 +$ go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier@v2.3.0 $ slsa-verifier ``` @@ -141,7 +141,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.2.0 +$ cd slsa-verifier && git checkout v2.3.0 $ go run ./cli/slsa-verifier ``` @@ -151,7 +151,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.2.0](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.2.0) +Download the binary from the latest release at [https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.3.0](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.3.0) Download the [SHA256SUM.md](https://github.com/slsa-framework/slsa-verifier/blob/main/SHA256SUM.md). diff --git a/actions/installer/README.md b/actions/installer/README.md index 3e9c95b63..40bac4f34 100644 --- a/actions/installer/README.md +++ b/actions/installer/README.md @@ -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.2.0 +uses: slsa-framework/slsa-verifier/actions/installer@v2.3.0 ``` 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.