update readmes

Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
This commit is contained in:
Ramon Petgrave
2025-02-07 16:01:31 -05:00
parent 6657aada08
commit f4db04de54
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -103,7 +103,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.6.0
$ go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier@v2.7.0
$ slsa-verifier <options>
```
@@ -149,7 +149,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.6.0
$ cd slsa-verifier && git checkout v2.7.0
$ go run ./cli/slsa-verifier <options>
```
@@ -159,7 +159,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.6.0](https://github.com/slsa-framework/slsa-verifier/releases/tag/v2.6.0)
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 [SHA256SUM.md](https://github.com/slsa-framework/slsa-verifier/blob/main/SHA256SUM.md).
+1 -1
View File
@@ -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.6.0
uses: slsa-framework/slsa-verifier/actions/installer@v2.7.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.