Skip to content

v0.1.0

Choose a tag to compare

@dazio-release dazio-release released this 08 Sep 22:04
· 1 commit to main since this release
a6487bb

dazio 0.1.0

brew install boostsecurityio/tap/dazio

Or 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 dazio

Verify

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