Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/in-toto/attestation
in-toto Attestation Framework
https://github.com/in-toto/attestation
attestation software-supply-chain-security
Last synced: 29 days ago
JSON representation
in-toto Attestation Framework
- Host: GitHub
- URL: https://github.com/in-toto/attestation
- Owner: in-toto
- License: other
- Created: 2021-04-01T14:58:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T15:12:06.000Z (30 days ago)
- Last Synced: 2024-11-13T16:24:06.564Z (30 days ago)
- Topics: attestation, software-supply-chain-security
- Language: Go
- Homepage:
- Size: 1.8 MB
- Stars: 243
- Watchers: 23
- Forks: 67
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Governance: GOVERNANCE.md
Awesome Lists containing this project
- dereks-awesome-list - in-toto Attestations - This repository defines the in-toto attestation format, which represents authenticated metadata about a set of software artifacts. (Security / Software Supply Chain Security)
- awesome-ccamel - in-toto/attestation - in-toto Attestation Framework (Go)
README
# in-toto Attestation Framework
The in-toto Attestation Framework provides a specification for generating
verifiable claims about any aspect of how a piece of software is produced.
Consumers or users of software can then validate the origins of the software,
and establish trust in its supply chain, using in-toto attestations.## Learning about in-toto attestations
To get started, check out the [overview] of the in-toto Attestation Framework.
For a deeper dive, we recommend reading through our [documentation] to learn
more about the goals of the in-toto Attestation Framework. If you encountered
in-toto via the SLSA project, take a look at this
[blog post](https://slsa.dev/blog/2023/05/in-toto-and-slsa) to understand how
the two frameworks intersect and how you can use in-toto for SLSA.Visit [https://in-toto.io](https://in-toto.io) to learn about the larger
in-toto project.## Working with in-toto attestations
The core of the in-toto Attestation Framework is the [specification] that
defines the format for in-toto attestations and the metadata they contain.We also provide a set of [attestation predicates], which are metadata
formats vetted by our maintainers to cover a number of common use cases.For tooling integration, we provide [protobuf definitions] of the spec.
We currently only provide language bindings for Go and Python.## Is your use case not covered by existing predicate types?
Take a look at the open [issues] or [pull requests] to see if your usage has
already been reported. We can help with use cases, thinking through options,
and questions about existing predicates. Feel free to comment on an existing
issue or PR.## Want to propose a new predicate type?
If you still can't find what you're looking for, open a new issue or
pull request. Before opening a request for a new metadata format, please
review our [New Predicate Guidelines].## Governance
The in-toto Attestation Framework is part of the [in-toto] project under the
[CNCF]. For more information, see [GOVERNANCE.md].Use `@in-toto/attestation-maintainers` to tag the maintainers on GitHub.
## Insights and Activities
Stay up-to-date with the latest activities and discussions in the in-toto Attestation Framework by exploring the [maintainers' notes](https://hackmd.io/fRKbxm6MT3GEz-_oSQtmYA).
## Disclaimer
The in-toto Attestation Framework is still under development. We are in the
process of developing tooling to enable better integration and adoption of
the framework. In the meantime, please visit any of the language-specific
[in-toto implementations] to become familiar with current tooling options.[CNCF]: https://www.cncf.io/projects/in-toto/
[GOVERNANCE.md]: GOVERNANCE.md
[New Predicate Guidelines]: docs/new_predicate_guidelines.md
[attestation predicates]: spec/predicates/
[documentation]: docs/
[in-toto]: https://in-toto.io
[in-toto implementations]: https://github.com/in-toto
[issues]: https://github.com/in-toto/attestation/issues?q=is%3Aopen+is%3Aissue
[overview]: spec/README.md#in-toto-attestation-framework-spec
[protobuf definitions]: protos/
[pull requests]: https://github.com/in-toto/attestation/pulls?q=is%3Aopen+is%3Apr
[specification]: spec/v1/