Skip to content

Commit 1f11209

Browse files
authored
Merge pull request #2 from coderpatros/updates
Updates
2 parents e47d4d4 + 3793681 commit 1f11209

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.github/workflows/release-cli.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
--self-contained true
102102
-p:PublishSingleFile=true
103103
-p:DebugType=none
104+
-p:AssemblyName=tea
104105
-p:Version=${{ env.VERSION }}
105106
-o ./publish
106107

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
# CoderPatros.Tea.Client
1+
# dotnet-tea
2+
3+
A .NET toolkit for the [Transparency Exchange API (TEA)](https://github.com/CycloneDX/transparency-exchange-api) — the OWASP/ECMA TC54 standard for automating the exchange of software supply chain transparency artifacts (SBOMs, VEX, attestations, and more). Targets the TEA specification **v0.3.0-beta.2**.
4+
5+
This project provides:
6+
7+
- **C# Client Libraries** — NuGet packages for integrating TEA into .NET applications, with full API coverage, dependency injection support, TEI parsing, and TEI resolution.
8+
- **CLI Tool** — A command-line interface (`tea`) for querying TEA servers, discovering endpoints, inspecting artifacts, and downloading SBOMs.
9+
- **TEA Explorer Web App** — A browser-based interface for browsing and exploring TEA servers, built with ASP.NET Core Razor Pages.
10+
11+
## Acknowledgments
12+
13+
Special thanks to [Viktor Petersson](https://github.com/vpetersson) and [sbomify](https://sbomify.com) for providing a public TEA server and client implementation. This project was developed and tested against their implementation and wouldn't exist without it.
14+
15+
## CoderPatros.Tea.Client
216

317
A C# .NET client library for the [Transparency Exchange API (TEA)](https://github.com/CycloneDX/transparency-exchange-api) — the OWASP/ECMA TC54 standard for automating the exchange of software supply chain transparency artifacts (SBOMs, VEX, attestations, and more).
418

src/CoderPatros.Tea.Web/Pages/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
<footer class="container mt-4 mb-3">
6868
<hr />
69-
<p class="text-muted small">TEA Explorer &mdash; Transparency Exchange API browser</p>
69+
<p class="text-muted small">TEA Explorer &mdash; Transparency Exchange API browser &mdash; <a href="https://github.com/coderpatros/dotnet-tea" class="text-muted">GitHub</a></p>
7070
</footer>
7171

7272
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"

0 commit comments

Comments
 (0)