Skip to content

Commit

Permalink
docs: Updating README slsa-verifier details
Browse files Browse the repository at this point in the history
  • Loading branch information
IAreKyleW00t committed Sep 4, 2024
1 parent f4020e8 commit b952e0e
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ https://github.com/google/go-containerregistry/blob/main/cmd/crane/recipes.md.
For available crane releases, see https://github.com/google/go-containerregistry/releases.

This action supports Linux, macOS and Windows runners (results may vary with
self-hosted runners). However, there are some [limitations](#limitations)
with macOS and Windows.
self-hosted runners).

## Quick Start

Expand Down Expand Up @@ -108,20 +107,12 @@ with macOS and Windows.

```yaml
- name: Install SLSA verifier
uses: slsa-framework/slsa-verifier/actions/installer@v2.0.1
uses: iarekylew00t/setup-slsa-verifier@v1
- name: Install crane
uses: iarekylew00t/crane-installer@v2
```

## Limitations

⚠️ The standard
[slsa-verifier](https://github.com/slsa-framework/slsa-verifier/tree/main/actions/installer)
Action does not support macOS or Windows. You can install and setup the
`slsa-verifier` binary in your `PATH` separately to support SLSA validation, but
that is outside the scope of this Action.

## Releases

For maintainers, the following release process should be used when cutting new
Expand Down

0 comments on commit b952e0e

Please sign in to comment.