Skip to content

Commit

Permalink
bump cosign to v1.13.0 (#95)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>

Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Oct 7, 2022
1 parent ced07f2 commit 7cc35d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -15,7 +15,7 @@ Add the following entry to your Github workflow YAML file:
```yaml
uses: sigstore/cosign-installer@main
with:
cosign-release: 'v1.12.1' # optional
cosign-release: 'v1.13.0' # optional
```

Example using a pinned version:
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Install Cosign
uses: sigstore/cosign-installer@main
with:
cosign-release: 'v1.12.1'
cosign-release: 'v1.13.0'
- name: Check install!
run: cosign version
```
Expand Down
16 changes: 8 additions & 8 deletions action.yml
Expand Up @@ -10,7 +10,7 @@ inputs:
cosign-release:
description: 'cosign release version to be installed'
required: false
default: 'v1.12.1'
default: 'v1.13.0'
install-dir:
description: 'Where to install the cosign binary'
required: false
Expand Down Expand Up @@ -65,13 +65,13 @@ runs:
esac
}
bootstrap_version='v1.12.1'
bootstrap_linux_amd64_sha='b30fdc7d9aab246bc2f6a760ed8eff063bd37935389302c963c07018e5d48a12'
bootstrap_linux_arm_sha='a9897bc2b15915ff3ae6a5121d90a6567d4304e31df7db15451f5b4b6c68a46f'
bootstrap_linux_arm64_sha='d9ba8512d8dd6cc05b2c626d2e2ec966dd24c5f8ad3b479ae9ab6066c8d9deb7'
bootstrap_darwin_amd64_sha='87a7e93b1539d988fefe0d00fd5a5a0e02ef43f5f977c2a701170c502a17980d'
bootstrap_darwin_arm64_sha='41bc69dae9f06f58e8e61446907b7e53a4db41ef341b235172d3745c937f1777'
bootstrap_windows_amd64_sha='cc6018202d69e25050c0da58be032debd9fefe1a06cba1883b0ad607c767352d'
bootstrap_version='v1.13.0'
bootstrap_linux_amd64_sha='45dbb8dd7d9f77eb010c091dea391da71730df2512d9fb1b65cd40136aee579e'
bootstrap_linux_arm_sha='ad0faff7c6eadb46cc9900ffcdee5681630de0a890d203de71360957bebda26e'
bootstrap_linux_arm64_sha='950e39dbe7e182603d5d59d9e2a76e804d5d49bb9fb1b577510cb0bc7fd5a6a9'
bootstrap_darwin_amd64_sha='87c4f0cbab222c235a446f8675bcee9b2798c53ed00301f4458259a65dbc69a8'
bootstrap_darwin_arm64_sha='8b95f851af2de4ddf7b0f5d8f283f87cbb4a872a4f3367aacdaba67e491048e6'
bootstrap_windows_amd64_sha='e5434945edf0a007529679683f9bf313bb0d9cf5626256428526c675aeb3f9e3'
cosign_executable_name=cosign
trap "popd >/dev/null" EXIT
Expand Down

0 comments on commit 7cc35d7

Please sign in to comment.