Releases: boostsecurityio/dazio
Releases · boostsecurityio/dazio
Release list
v0.1.2
v0.1.1
dazio 0.1.1
brew install boostsecurityio/tap/dazioOr download an archive:
os=$(uname -s | tr '[:upper:]' '[:lower:]')
arch=$(uname -m | sed 's/^x86_64$/amd64/; s/^aarch64$/arm64/')
gh release download v0.1.1 --repo boostsecurityio/dazio \
--pattern "dazio_0.1.1_${os}_${arch}.tar.gz" --output - | tar xz dazioVerify
checksums.txt is signed keylessly by the workflow run that built it:
gh release download v0.1.1 --repo boostsecurityio/dazio --pattern 'checksums.txt*'
cosign verify-blob checksums.txt \
--bundle checksums.txt.cosign.bundle \
--certificate-identity-regexp '^https://github.com/boostsecurityio/boostfree-endpoint/.github/workflows/release-endpoint.yml@refs/tags/endpoint/v' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com
shasum -a 256 -c --ignore-missing checksums.txtv0.1.0
dazio 0.1.0
brew install boostsecurityio/tap/dazioOr download an archive:
os=$(uname -s | tr '[:upper:]' '[:lower:]')
arch=$(uname -m | sed 's/^x86_64$/amd64/; s/^aarch64$/arm64/')
gh release download v0.1.0 --repo boostsecurityio/dazio \
--pattern "dazio_0.1.0_${os}_${arch}.tar.gz" --output - | tar xz dazioVerify
checksums.txt is signed keylessly by the workflow run that built it:
gh release download v0.1.0 --repo boostsecurityio/dazio --pattern 'checksums.txt*'
cosign verify-blob checksums.txt \
--bundle checksums.txt.cosign.bundle \
--certificate-identity-regexp '^https://github.com/boostsecurityio/boostfree-endpoint/.github/workflows/release-endpoint.yml@refs/tags/endpoint/v' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com
shasum -a 256 -c --ignore-missing checksums.txt