Skip to content

v1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Apr 17:22
· 1 commit to master since this release

Verifying this release

This release is signed with Sigstore using GitHub Actions OIDC (keyless).
The npm package additionally carries an npm provenance attestation.

# Verify the tarball signature
cosign verify-blob ainonymous-1.3.0.tgz \
  --bundle ainonymous-1.3.0.tgz.sigstore.json \
  --certificate-identity "https://github.com/A-Som-Dev/ainonymous/.github/workflows/release.yml@refs/tags/v1.3.0" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"

# Verify the npm package provenance (run this from a project that has ainonymous installed)
npm audit signatures

See SECURITY.md for the full verification guide.

Full Changelog: v1.2.2...v1.3.0