This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 9f41d2aa chore: add SBOM section to trust page
9f41d2aa is described below

commit 9f41d2aa9236c578f44298599c4a4a9efd4ae6b5
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jun 22 20:13:23 2026 +0200

    chore: add SBOM section to trust page
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
---
 content/trust/_index.md | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/content/trust/_index.md b/content/trust/_index.md
index 4b84b822..fb36c385 100644
--- a/content/trust/_index.md
+++ b/content/trust/_index.md
@@ -185,6 +185,28 @@ stuck waiting for a critical library upgrade.
 
 {{< div "box" >}}
 
+<a href="/manual/sbom.html" class="icon" title="Software Bill of 
Materials">{{< icon "security" "Padlock" >}}</a>
+
+{{< div "content" >}}
+
+## SBOMs ship with every release
+
+Every Camel release since 4.0.3 ships with PGP-signed CycloneDX SBOMs (JSON 
and XML), giving you a
+machine-readable inventory of every dependency in the framework. Need an SBOM 
for your own application?
+The Camel CLI can generate one with a single command (`camel sbom`), and 
Maven-based projects (Spring Boot
+or Quarkus) can add the standard CycloneDX plugin. Whether it is the EU Cyber 
Resilience Act or US
+Executive Order 14028, the SBOM box is already checked.
+
+<p>
+<a class="button dark" href="/manual/sbom.html">How to generate SBOMs</a>
+</p>
+
+{{< /div >}}
+
+{{< /div >}}
+
+{{< div "box" >}}
+
 <a href="/blog/2026/06/camel-ai-trained/" class="icon" title="AI-ready 
integration">{{< icon "sparkle" "Sparkle" >}}</a>
 
 {{< div "content" >}}

Reply via email to