You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: marketing/content/securesbom_vs_sigstore.md
+9-12Lines changed: 9 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,75 +5,72 @@ date: 2025-10-20
5
5
draft: false
6
6
---
7
7
8
-
# SecureSBOM vs Sigstore
9
-
10
8
A detailed comparison of **SecureSBOM** and **Sigstore**, two solutions addressing software supply chain integrity through signing and verification technologies.
11
-
While **Sigstore** focuses primarily on open-source ecosystems and OCI artifacts, **SecureSBOM** is built for enterprise-grade SBOM signing, verification, and compliance.
9
+
While **Sigstore** focuses primarily on open-source projects and OCI artifacts, **SecureSBOM** is built for enterprise-grade SBOM signing, verification, and compliance.
12
10
13
11
---
14
12
15
13
## 🧩 Primary Use Case
16
14
17
15
| Tool | Description |
18
16
|------|--------------|
19
-
|**Sigstore**| Open Source Software, OCI-Focused (SBOMs attached as a container artifact). |
20
17
|**SecureSBOM**| Business / Enterprise Software, purpose-built for SBOM signing and verification. |
18
+
|**Sigstore**| Open Source Software, OCI-Focused (SBOMs attached as a container artifact). |
21
19
22
20
---
23
21
24
22
## 📘 SBOM Support
25
23
26
24
| Tool | Description |
27
25
|------|--------------|
28
-
|**Sigstore**| Treats all SBOMs as simple blobs. Supports **detached signatures only** for both SPDX and CycloneDX. |
29
26
|**SecureSBOM**| Integrates directly with the **CycloneDX SBOM format** — supports **embedded signatures**, **property exclusion**, and also supports **SPDX detached signatures**. |
27
+
|**Sigstore**| Treats all SBOMs as simple blobs. Supports **detached signatures only** for both SPDX and CycloneDX. |
30
28
31
29
---
32
30
33
31
## 🔐 Key Management
34
32
35
33
| Tool | Description |
36
34
|------|--------------|
35
+
|**SecureSBOM**|**Automated** key lifecycle management using **HSMs**. Ideal for enterprise compliance and long-term trust. |
37
36
|**Sigstore**| Ephemeral, short-lived keys/certificates from **Fulcio** with **OIDC authentication** — or manual key management (local or via cloud providers like GCP/AWS). |
38
-
|**SecureSBOM**|**Automated** key lifecycle management using **cloud HSMs**. Ideal for enterprise compliance and long-term trust. |
39
37
40
38
---
41
39
42
40
## 🪪 Authentication
43
41
44
42
| Tool | Description |
45
43
|------|--------------|
46
-
|**Sigstore**| OIDC (for keyless signing) or manual authentication for self-managed keys. |
47
44
|**SecureSBOM**| Authenticated via **API Key**, enabling fine-grained access control and multi-tenant isolation. |
|**Sigstore**| Public Record via **Rekor** (Certificate Transparency Logs). Verification relies on transparency records and public keys. |
56
53
|**SecureSBOM**|**Private Record** system — verification performed using the **associated public key**, keeping enterprise signing activity confidential. |
54
+
|**Sigstore**| Public record via public transparency logs. Verification relies on public keys and the public transparency logs. |
57
55
58
56
---
59
57
60
58
## 🧠 Summary
61
59
62
-
-**Sigstore**simplifies signing for open-source contributors and CI/CD pipelines relying on OIDC identity proof and public transparency.
63
-
-**SecureSBOM**focuses on enterprise adoption, providing stronger SBOM format integration, private key isolation, HSM-backed signing, and internal verification capabilities.
60
+
-**SecureSBOM**focuses on enterprise adoption, providing stronger SBOM format integration, private key isolation, HSM-backed signing, and internal verification capabilities.
61
+
-**Sigstore**simplifies signing for open-source projects and CI/CD pipelines relying on OIDC identity proof and public transparency.
0 commit comments