Files
slsa-verifier/actions/installer
Ian Lewis 62c0dfdde9 docs: Update docs for 2.2.0 release. (#556)
* Update SHA256SUM.md

Signed-off-by: Ian Lewis <ianlewis@google.com>

* Update version in docs

Signed-off-by: Ian Lewis <ianlewis@google.com>

---------

Signed-off-by: Ian Lewis <ianlewis@google.com>
Co-authored-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
2023-04-13 19:15:15 +00:00
..
2023-04-11 13:41:24 +09:00
2022-10-25 11:04:34 +00:00
2022-12-14 03:05:04 +00:00
2022-10-03 09:58:15 -05:00
2023-04-11 13:41:24 +09:00

slsa-verifier setup GitHub Action

This action installs the SLSA verifier and adds it to your PATH.

For more information about slsa-verifier, refer to its documentation.

For more information about SLSA in general, see https://slsa.dev.

Usage

To install a specific version of slsa-verifier, use:

uses: slsa-framework/slsa-verifier-installer@v2.2.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.

This action requires using GitHub-provided Linux runners.