Skip to content

Commit

Permalink
add installation via GitHub Action to README (#503)
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Sanders <jsand@google.com>
  • Loading branch information
Jake Sanders committed Jul 28, 2021
1 parent 5dfe2af commit 03b1eda
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ If you have Go 1.16+, you can directly install by running:

and the resulting binary will be placed at `$HOME/go/bin/cosign`.

### GitHub Action

`cosign` can easily be installed in your GitHub actions using [`sigstore/cosign-installer`](https://github.com/marketplace/actions/install-cosign):

```yaml
uses: sigstore/cosign-installer@main
with:
cosign-release: 'v1.0.0' # optional
```

### Containers

CI Built containers are published for every commit at `gcr.io/projectsigstore/cosign/ci/cosign`.
Expand Down

0 comments on commit 03b1eda

Please sign in to comment.