diff --git a/.gitignore b/.gitignore
index b1ceda130..eaf9fe99b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,4 @@ docs/.jekyll-metadata
docs/vendor
docs/jacoco
docs/apidocs
+docs/sboms
diff --git a/README.md b/README.md
index 611567595..3988b8eae 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,8 @@
Full Docs
·
+
SBOM
+·
Report Bug
·
Request Feature
diff --git a/docs/README.md b/docs/README.md
index ada36d672..78c5dbd16 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -3801,6 +3801,14 @@ root
---
+# SBOM
+
+Spectrum's Software Bill of Materials is available here:
+
+{% include sboms.html %}
+
+---
+
# Bugs Report and Feature Requests
Found a bug? Want to request a new feature? Just follow these links and provide the requested details:
diff --git a/docs/_config.yml b/docs/_config.yml
index 4a51663f4..2c75d089e 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -2,3 +2,4 @@ theme: jekyll-theme-modernist
repository_url: https://github.com/giulong/spectrum/blob/main
docs_url: https://giulong.github.io/spectrum
json_schemas_endpoint: json-schemas/
+sboms_endpoint: sboms/
diff --git a/docs/_includes/sboms.html b/docs/_includes/sboms.html
new file mode 100644
index 000000000..65c789a67
--- /dev/null
+++ b/docs/_includes/sboms.html
@@ -0,0 +1,36 @@
+
+
+
+ | Version |
+ Full Path |
+ Copy URL |
+
+
+
+
+ |
+ |
+
+
+
+ |
+ |
+
+
+
+
+
+
+ Older Versions
+
+
+
+ | Version |
+ Full Path |
+ Copy URL |
+
+
+
+
+
+
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 7a858dcc1..00188b4ef 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -54,5 +54,6 @@
+