Skip to content

Releases: in-toto/scai-demos

v0.3.0

05 Apr 00:49
78eb564
Compare
Choose a tag to compare

What's Changed

  • Refactor Go SCAI generator APIs into import-able pkg/

Full Changelog: v0.2...v0.3.0

v0.2

13 Feb 23:26
b1620e7
Compare
Choose a tag to compare

This release adds a Go CLI, various examples, reusable Actions for generating SCAI metadata via GitHub Actions workflows, and a demo.

What's Changed

  • Update in-toto attestation v0.9.1 in #1
  • Transition to scai-generator tool in #2
  • Add SBOM+SLSA example in #3
  • Add secure boot example in #4
  • Add SLSA v0.1 hermetic build evidence example in #5
  • Update Go pkg name in #7
  • Add dependabot and gofmt workflows in #8
  • Add SCAI reusable actions (KubeCon NA '23 Demo) in #13
  • Add KubeCon + CloudNativeCon NA '23 demo files in #32

Full Changelog: v0.1...v0.2

v0.1

06 Jul 23:22
Compare
Choose a tag to compare

Initial Release:

  • Python implementation of SCAI spec v0.1
  • CLI tools for generating SCAI v0.1 AttributeAssertion and AttributeReport metadata
  • Example for generating SCAI metadata for a basic gcc build of Hello World app