Skip to content

Commit 77560e3

Browse files
authored
v2.0.0 release (#108)
Signed-off-by: Andrew Block <[email protected]>
1 parent 4079ad3 commit 77560e3

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add the following entry to your Github workflow YAML file:
1515
```yaml
1616
uses: sigstore/cosign-installer@main
1717
with:
18-
cosign-release: 'v2.0.0-rc.0' # optional
18+
cosign-release: 'v2.0.0' # optional
1919
```
2020
2121
Example using a pinned version:
@@ -138,7 +138,6 @@ jobs:
138138
run: cosign sign ${TAGS}
139139
env:
140140
TAGS: ${{ steps.docker_meta.outputs.tags }}
141-
COSIGN_EXPERIMENTAL: true
142141
```
143142

144143
### Optional Inputs

action.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ runs:
6565
esac
6666
}
6767
68-
bootstrap_version='v2.0.0-rc.0'
69-
bootstrap_linux_amd64_sha='8c1cee0fb6d49682983feecefa2b54a33a576fe620c9e88c14891355adf33c4d'
70-
bootstrap_linux_arm_sha='18ad78a61623a764e01e852dbd6757d9147444a43ad1b1d96c3cd3f603c7127d'
71-
bootstrap_linux_arm64_sha='3332e7780817128ac7d8d85db1420376d5aa30816e96c315362f83bf076914e5'
72-
bootstrap_darwin_amd64_sha='975910ce3e556d3d52171b658357bfc20675d4abb2bf2a1ef7a4645fef15197c'
73-
bootstrap_darwin_arm64_sha='55fb6ef3666b53aac2fdc36c8577f4b3731524bc5de5484e1b4b8ba0ac93f732'
74-
bootstrap_windows_amd64_sha='623e6b489250d90ec92ae8f5a098d88d1f82d9c4871d08204bb371431bedddbe'
68+
bootstrap_version='v2.0.0'
69+
bootstrap_linux_amd64_sha='169a53594c437d53ffc401b911b7e70d453f5a2c1f96eb2a736f34f6356c4f2b'
70+
bootstrap_linux_arm_sha='189d56c9946decdaa272e1dccb47ae64009ea39ac0274cfea00507b9acb877c9'
71+
bootstrap_linux_arm64_sha='8132cb2fb99a4c60ba8e03b079e12462c27073028a5d08c07ecda67284e0c88d'
72+
bootstrap_darwin_amd64_sha='d2c8fc0edb42a1e9745da1c43a2928cee044f3b8a1b8df64088a384c7e6f5b5d'
73+
bootstrap_darwin_arm64_sha='9d7821e1c05da4b07513729cb00d1070c9a95332c66d90fa593ed77d8c72ca2a'
74+
bootstrap_windows_amd64_sha='e78e7464dc0eda1d6ec063ac2738f4d1418b19dd19f999aa37e1679d5d3af82e'
7575
cosign_executable_name=cosign
7676
7777
trap "popd >/dev/null" EXIT
@@ -243,7 +243,7 @@ runs:
243243
fi
244244
245245
log_info "Using bootstrap cosign to verify signature of desired cosign version"
246-
./cosign verify-blob --insecure-skip-tlog-verify --key $RELEASE_COSIGN_PUB_KEY --signature ${desired_cosign_filename}.sig cosign_${{ inputs.cosign-release }}
246+
./cosign verify-blob --insecure-ignore-tlog --key $RELEASE_COSIGN_PUB_KEY --signature ${desired_cosign_filename}.sig cosign_${{ inputs.cosign-release }}
247247
248248
$SUDO rm cosign
249249
$SUDO mv cosign_${{ inputs.cosign-release }} ${cosign_executable_name}

0 commit comments

Comments
 (0)