Skip to content

Commit 3b04979

Browse files
authored
Merge pull request #228 from vpetersson/pypi-bridge
Adds PyPi TEA server and improves styling
2 parents cba8d69 + b21b25c commit 3b04979

1 file changed

Lines changed: 21 additions & 14 deletions

File tree

doc/tea-implementations.md

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,41 +4,48 @@
44

55
### py-libtea
66

7-
A python client library and CLI client for TEA.
7+
A Python client library and CLI client for TEA.
88

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)
1016

1117
### ReARM CLI
1218

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.
1420

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)
1623

1724
## Open Source Servers
1825

1926
### Oolong
2027

2128
This project is a lightweight implementation of Transparency Exchange API which uses NestJS framework.
2229

23-
* https://github.com/relizaio/oolong
30+
- [GitHub](https://github.com/relizaio/oolong)
2431

2532
### ReARM
2633

2734
ReARM is a Release-Level Supply Chain Evidence Platform. It supports TEA for standardized discovery and retrieval of SBOMs and other security artefacts.
2835

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)
3238

33-
### SBOMIFY
39+
### sbomify
3440

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.
3642

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
4046

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)
4249

4350
## Other implementations
4451

0 commit comments

Comments
 (0)