Skip to content

Commit

Permalink
update readme for v1.0.0 (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Sanders <[email protected]>
  • Loading branch information
Jake Sanders authored Jul 28, 2021
1 parent 5b31b68 commit f35c981
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# cosign-installer GitHub Action

This action enables you to sign and verify container images. `cosign-installer` verifies the integrity of the `cosign` release during installation
This action enables you to sign and verify container images using `cosign`.
`cosign-installer` verifies the integrity of the `cosign` release during installation.

For a quick start guide on the usage of `cosign`, please refer to https://github.com/sigstore/cosign#quick-start.
For available `cosign` releases, see https://github.com/sigstore/cosign/releases.
Expand All @@ -12,7 +13,7 @@ Add the following entry to your Github workflow YAML file:
```yaml
uses: sigstore/cosign-installer@main
with:
cosign-release: 'v0.4.0' # optional
cosign-release: 'v1.0.0' # optional
```
Example using a pinned version:
Expand All @@ -26,7 +27,7 @@ jobs:
- name: Install Cosign
uses: sigstore/cosign-installer@main
with:
cosign-release: 'v0.4.0'
cosign-release: 'v1.0.0'
- name: Check install!
run: cosign version
```
Expand Down

0 comments on commit f35c981

Please sign in to comment.