Skip to content

v0.0.22

Choose a tag to compare

@woodruffw woodruffw released this 04 Mar 19:31
· 33 commits to main since this release
297772d

Changed

  • The inspect subcommand now ignores inputs that don't match *.attestation,
    rather than failing on them
    (#93)

Added

  • The CLI subcommand verify attestation now supports .slsa.attestation
    files. When verifying an artifact, both .publish.attestation and
    .slsa.attestation files are used (if present).
  • The CLI subcommand verify pypi now supports a friendlier
    syntax to specify the artifact to verify. The artifact can now be
    specified with a pypi: prefix followed by the filename, e.g:
    pypi:sampleproject-1.0.0.tar.gz. The old way (passing
    the direct URL) is still supported.
  • The CLI subcommand verify pypi now supports passing the local paths
    to the artifact and its provenance file, allowing the user to verify
    files already downloaded from PyPI. The artifact path is passed as
    usual, whereas the provenance file path is passed using the
    --provenance-file option.