|
4 | 4 |
|
5 | 5 | ### py-libtea |
6 | 6 |
|
7 | | -A python client library and CLI client for TEA. |
| 7 | +A Python client library and CLI client for TEA. |
8 | 8 |
|
9 | | -* https://github.com/sbomify/py-libtea |
| 9 | +- [GitHub](https://github.com/sbomify/py-libtea) |
| 10 | + |
| 11 | +### PyPi TEA |
| 12 | + |
| 13 | +A TEA bridge for accessing Python SBOMs from PyPi (via [PEP 770](https://peps.python.org/pep-0770/)). |
| 14 | + |
| 15 | +- [GitHub](https://github.com/sbomify/pypi-tea) |
10 | 16 |
|
11 | 17 | ### ReARM CLI |
12 | 18 |
|
13 | | -The ReARM cli supports TEA. See doc here: https://github.com/relizaio/rearm-cli/blob/main/docs/tea.md |
| 19 | +The ReARM CLI supports TEA. |
14 | 20 |
|
15 | | -* https://github.com/relizaio/rearm-cli |
| 21 | +- [Documentation](https://github.com/relizaio/rearm-cli/blob/main/docs/tea.md) |
| 22 | +- [GitHub](https://github.com/relizaio/rearm-cli) |
16 | 23 |
|
17 | 24 | ## Open Source Servers |
18 | 25 |
|
19 | 26 | ### Oolong |
20 | 27 |
|
21 | 28 | This project is a lightweight implementation of Transparency Exchange API which uses NestJS framework. |
22 | 29 |
|
23 | | -* https://github.com/relizaio/oolong |
| 30 | +- [GitHub](https://github.com/relizaio/oolong) |
24 | 31 |
|
25 | 32 | ### ReARM |
26 | 33 |
|
27 | 34 | ReARM is a Release-Level Supply Chain Evidence Platform. It supports TEA for standardized discovery and retrieval of SBOMs and other security artefacts. |
28 | 35 |
|
29 | | -* Documentation for using TEA in ReARM: https://docs.rearmhq.com/tea/ |
30 | | - |
31 | | -* https://github.com/relizaio/rearm |
| 36 | +- [Documentation](https://docs.rearmhq.com/tea/) |
| 37 | +- [GitHub](https://github.com/relizaio/rearm) |
32 | 38 |
|
33 | | -### SBOMIFY |
| 39 | +### sbomify |
34 | 40 |
|
35 | | -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. |
| 41 | +sbomify is a Software Bill of Materials (SBOM) and document management platform that can be self-hosted or accessed through [app.sbomify.com](https://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. |
36 | 42 |
|
37 | | -* Implements the Transparency Exchange API |
38 | | -* Standardized SBOM discovery via .well-known/tea endpoints |
39 | | -* Enables automated discovery and retrieval of SBOMs across the supply chain |
| 43 | +- Implements the Transparency Exchange API |
| 44 | +- Standardized SBOM discovery via .well-known/tea endpoints |
| 45 | +- Enables automated discovery and retrieval of SBOMs across the supply chain |
40 | 46 |
|
41 | | -* https://github.com/sbomify/sbomify |
| 47 | +- [Documentation](https://sbomify.com/faq/how-do-i-enable-tea-in-sbomify/) |
| 48 | +- [GitHub](https://github.com/sbomify/sbomify) |
42 | 49 |
|
43 | 50 | ## Other implementations |
44 | 51 |
|
|
0 commit comments