You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
setup-copywrite
v1.0.0
Download and configure the copywrite CLI tool.
Originally based off of setup-signore.
Note: see action.yml for detailed information about configuration and defaults.
- name: Install copywrite
uses: hashicorp/setup-copywrite@v1
- name: Install copywrite v0.1.2
uses: hashicorp/setup-copywrite@v1
with:
version: v0.1.2
- name: Install copywrite v0.1.2 and verify checksum
uses: hashicorp/setup-copywrite@v1
with:
version: v0.1.2
# https://github.com/hashicorp/copywrite/releases/download/v0.1.2/copywrite_0.1.2_darwin_x86_64.tar.gz sha256 hash
archive-checksum: 6b58be415b3e9b2f77d74f2cf70857819d15df512626658223b2d4a4f3adc404
- What checksum are we verifying?
- After downloading the os/arch specific
tar
orzip
archive that contains the copywrite binary, we compare its SHA256 hash against the user suppliedarchive-checksum
- After downloading the os/arch specific