Skip to content

v0.54.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 00:58
· 17 commits to main since this release
Immutable release. Only release title and notes can be modified.
05cb129

Changelog

Engine and CLI

Bug fixes

Other


checksums.txt is signed with Sigstore keyless (cosign). Verify with:

cosign verify-blob checksums.txt \
  --bundle checksums.txt.sigstore.json \
  --certificate-identity-regexp \
    'https://github.com/plenoai/pleno-dlp/.github/workflows/release.yml@refs/tags/.*' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

Or verify checksums only (no cryptographic signing):

sha256sum -c checksums.txt

Build-provenance attestations (gh attestation verify) require a
public repo or GHAS and are skipped while this repo is private.