mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-02-14 17:49:58 +00:00
update readmes
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).
|
||||
|
||||
|
||||
@@ -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