Skip to content

Commit 7daab4f

Browse files
committed
Adding list of implementations
Signed-off-by: Olle E. Johansson <oej@edvina.net>
1 parent 30e2289 commit 7daab4f

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

doc/tea-implementations.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# TEA Implementations
2+
3+
## Open Source clients
4+
5+
### py-libtea
6+
7+
A python client library and CLI client for TEA.
8+
9+
* https://github.com/sbomify/py-libtea
10+
11+
### Rearm CLI
12+
13+
The REARM cli supports TEA. See doc here: https://github.com/relizaio/rearm-cli/blob/main/docs/tea.md
14+
15+
* https://github.com/relizaio/rearm-cli
16+
17+
## Open Source Servers
18+
19+
### Oolong
20+
21+
This project is a lightweight implementation of Transparency Exchange API which uses NestJS framework.
22+
23+
* https://github.com/relizaio/oolong
24+
25+
### SBOMIFY
26+
27+
sbomify is a Software Bill of Materials (SBOM) and document management platform that can be self-hosted or accessed through app.sbomify.com. The platform provides a centralized location to upload and manage your SBOMs and related documentation, allowing you to share them with stakeholders or make them publicly accessible.
28+
29+
* Implements the Transparency Exchange API
30+
* Standardized SBOM discovery via .well-known/tea endpoints
31+
* Enables automated discovery and retrieval of SBOMs across the supply chain
32+
33+
* https://github.com/sbomify/sbomify
34+
35+
## Other implementations
36+
37+
If you want to have your implementation listed here, please provide a pull request.

0 commit comments

Comments
 (0)