Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1 class="text-5xl lg:text-7xl font-bold leading-[1.05] tracking-tight mb-8">
<svg aria-hidden="true" class="w-4 h-4 motion-safe:group-hover:translate-x-1 transition-transform duration-200" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="M5 12h14M13 5l7 7-7 7"/></svg>
</a>
<a href="https://app.sbomify.com/enterprise-contact/" class="inline-flex items-center justify-center px-8 py-4 bg-white/5 border border-white/15 hover:bg-white/10 hover:border-white/25 text-white rounded-full font-semibold text-lg backdrop-blur-sm motion-safe:hover:-translate-y-0.5 transition-[background-color,border-color,transform] duration-200">Contact Us</a>
<a href="https://sbomify.com/slack" target="_blank" rel="noopener noreferrer" class="inline-flex items-center justify-center gap-2.5 px-8 py-4 bg-white/5 border border-white/15 hover:bg-white/10 hover:border-white/25 text-white rounded-full font-semibold text-lg backdrop-blur-sm motion-safe:hover:-translate-y-0.5 transition-[background-color,border-color,transform] duration-200" onclick="posthog.capture('cta_click', { location: 'hero', label: 'Chat on Slack', destination: 'https://sbomify.com/slack' })">
<a href="https://sbomify.com/slack" target="_blank" rel="noopener noreferrer nofollow" class="inline-flex items-center justify-center gap-2.5 px-8 py-4 bg-white/5 border border-white/15 hover:bg-white/10 hover:border-white/25 text-white rounded-full font-semibold text-lg backdrop-blur-sm motion-safe:hover:-translate-y-0.5 transition-[background-color,border-color,transform] duration-200" onclick="posthog.capture('cta_click', { location: 'hero', label: 'Chat on Slack', destination: 'https://sbomify.com/slack' })">
{{< icon "slack" "w-5 h-5" >}}
Chat on Slack
</a>
Expand Down Expand Up @@ -183,10 +183,10 @@ <h2 class="text-4xl lg:text-5xl font-bold mb-6 text-primaryText">Store, Analyze
</figure>
<div class="relative">
<div class="flex items-center justify-center gap-6 md:gap-12 lg:gap-16 h-16">
<a href="/case-studies/atsign" class="hover:opacity-80 transition-opacity flex items-center flex-shrink-0">
<a href="/case-studies/atsign/" class="hover:opacity-80 transition-opacity flex items-center flex-shrink-0">
<img class="max-w-[150px] max-h-12 object-contain" src="/assets/images/site/atsign.svg" alt="atsign logo" width="150" height="48" />
</a>
<a href="/case-studies/screenly" class="hover:opacity-80 transition-opacity flex items-center flex-shrink-0">
<a href="/case-studies/screenly/" class="hover:opacity-80 transition-opacity flex items-center flex-shrink-0">
<img class="max-w-[150px] max-h-12 object-contain" src="/assets/images/site/screenly.svg" alt="Screenly logo" width="135" height="32" />
</a>
</div>
Expand All @@ -202,7 +202,7 @@ <h2 class="text-4xl lg:text-5xl font-bold mb-6 text-primaryText">CRA is Coming.
<p class="mb-8 text-lg text-secondaryText leading-relaxed">
In the US, <a href="/compliance/eo-14028/" class="text-purple hover:text-purple-700 underline">Executive Order 14028</a> kicked off federal SBOM adoption and remains in effect, and OMB's latest guidance encourages agencies to require SBOMs in contracts. Cryptography is next: under EO 14144's post-quantum provisions, <a href="https://www.cisa.gov/resources-tools/resources/product-categories-technologies-use-post-quantum-cryptography-standards" class="text-purple hover:text-purple-700 underline">CISA now maintains a list of product categories</a> where post-quantum support is expected, and agencies must support TLS 1.3 by January 2030. You can't migrate cryptography you haven't inventoried, which is exactly what a <a href="/faq/what-is-a-cbom/" class="text-purple hover:text-purple-700 underline">CBOM</a> gives you. sbomify covers both: automated SBOM generation and CBOM ingestion with a post-quantum readiness view.
</p>
<a class="inline-flex items-center px-6 py-3 bg-purple hover:bg-purple-700 text-white rounded-full font-medium shadow-md shadow-purple/20 hover:shadow-lg hover:shadow-purple/30 motion-safe:hover:-translate-y-0.5 transition-[background-color,box-shadow,transform] duration-200" href="/features/why-now">Learn More About CRA</a>
<a class="inline-flex items-center px-6 py-3 bg-purple hover:bg-purple-700 text-white rounded-full font-medium shadow-md shadow-purple/20 hover:shadow-lg hover:shadow-purple/30 motion-safe:hover:-translate-y-0.5 transition-[background-color,box-shadow,transform] duration-200" href="/features/why-now/">Learn More About CRA</a>
</section>

<section class="max-w-4xl mx-auto bg-white rounded-3xl p-10 lg:p-12 border border-gray-200/70 ring-1 ring-black/[0.02] shadow-[0_1px_3px_rgba(20,16,53,0.04),0_8px_24px_-12px_rgba(20,16,53,0.08)] hover:shadow-[0_1px_3px_rgba(20,16,53,0.04),0_24px_48px_-16px_rgba(138,125,255,0.18)] hover:border-purple/20 motion-safe:hover:-translate-y-1 transition-[box-shadow,transform,border-color] duration-300">
Expand Down
4 changes: 2 additions & 2 deletions content/case-studies/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">

<!-- Atsign Case Study -->
<a href="/case-studies/atsign" class="group bg-[#201B4C] rounded-2xl p-10 border border-[#37306B] shadow-sm hover:border-[#8A7DFF] transition-all flex flex-col h-full">
<a href="/case-studies/atsign/" class="group bg-[#201B4C] rounded-2xl p-10 border border-[#37306B] shadow-sm hover:border-[#8A7DFF] transition-all flex flex-col h-full">
<div class="mb-8 h-16 flex items-center justify-start">
<img src="/assets/images/site/atsign.svg" class="h-full w-auto object-contain max-w-[200px]" alt="Atsign logo" width="197" height="64">
</div>
Expand All @@ -30,7 +30,7 @@ <h3 class="text-2xl font-bold text-white mb-4 group-hover:text-[#8A7DFF] transit
</a>

<!-- Screenly Case Study -->
<a href="/case-studies/screenly" class="group bg-[#201B4C] rounded-2xl p-10 border border-[#37306B] shadow-sm hover:border-[#8A7DFF] transition-all flex flex-col h-full">
<a href="/case-studies/screenly/" class="group bg-[#201B4C] rounded-2xl p-10 border border-[#37306B] shadow-sm hover:border-[#8A7DFF] transition-all flex flex-col h-full">
<div class="mb-8 h-16 flex items-center justify-start">
<img src="/assets/images/site/screenly.svg" class="h-full w-auto object-contain max-w-[200px]" alt="Screenly logo" width="200" height="64">
</div>
Expand Down
8 changes: 4 additions & 4 deletions content/features/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ description: "Explore sbomify's comprehensive feature set for managing, sharing,

### Generate, Collaborate, and Analyze

Streamline your SBOM workflow from creation to analysis. Our comprehensive toolset helps you generate accurate SBOMs, collaborate with your team, and gain insights from your software supply chain data. Triage vulnerabilities with [multi-format VEX](/faq/how-do-i-use-vex/) (CycloneDX, OpenVEX, CSAF), and inventory your cryptography with [CBOMs](/faq/what-is-a-cbom/) including post-quantum readiness scoring. [Learn more about the SBOM lifecycle →](/features/generate-collaborate-analyze)
Streamline your SBOM workflow from creation to analysis. Our comprehensive toolset helps you generate accurate SBOMs, collaborate with your team, and gain insights from your software supply chain data. Triage vulnerabilities with [multi-format VEX](/faq/how-do-i-use-vex/) (CycloneDX, OpenVEX, CSAF), and inventory your cryptography with [CBOMs](/faq/what-is-a-cbom/) including post-quantum readiness scoring. [Learn more about the SBOM lifecycle →](/features/generate-collaborate-analyze/)

### Trust Center

Turn transparency into a competitive advantage. Share SBOMs, VEX statements, and security certifications (like SOC 2 and ISO 27001) with stakeholders through a branded, automated portal. Support for both public transparency and private, invited access ensures you stay in control. [Explore Trust Center →](/features/trust-center/)

### SBOM Hierarchy

Understand complex relationships between your software components with our hierarchical view. Map dependencies across your entire software portfolio and identify potential vulnerabilities at any level. [Discover SBOM Hierarchy →](/features/sbom-hierarchy)
Understand complex relationships between your software components with our hierarchical view. Map dependencies across your entire software portfolio and identify potential vulnerabilities at any level. [Discover SBOM Hierarchy →](/features/sbom-hierarchy/)

## Integration & Automation

### Integrations

Seamlessly connect sbomify with your existing tools and workflows. Our integration ecosystem supports popular CI/CD platforms, security tools, and development environments. [View available integrations →](/features/integrations)
Seamlessly connect sbomify with your existing tools and workflows. Our integration ecosystem supports popular CI/CD platforms, security tools, and development environments. [View available integrations →](/features/integrations/)

### Why Now?

Understand the critical importance of SBOM adoption in today's software landscape. Learn how recent security mandates and industry trends are shaping the future of software supply chain security. [Read more about timing →](/features/why-now)
Understand the critical importance of SBOM adoption in today's software landscape. Learn how recent security mandates and industry trends are shaping the future of software supply chain security. [Read more about timing →](/features/why-now/)
2 changes: 1 addition & 1 deletion content/features/trust-center.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 class="text-3xl font-bold text-[#201B4C] mb-4 text-center">Everything You Ne
<svg class="w-7 h-7" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" aria-hidden="true"><path d="M3 21l18 0" /><path d="M9 8l1 0" /><path d="M9 12l1 0" /><path d="M9 16l1 0" /><path d="M14 8l1 0" /><path d="M14 12l1 0" /><path d="M14 16l1 0" /><path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16" /></svg>
{{< /feature-card >}}

{{< feature-card icon_bg_class="bg-blue-50" icon_text_class="text-blue-500" title="Automated Publishing" description="Stop manual uploads. Your trust center stays in sync with your CI/CD pipeline, automatically publishing new SBOMs for every software release. <a href='/features/generate-collaborate-analyze' class='text-blue-500 hover:underline'>Manage complex hierarchies</a> with ease." >}}
{{< feature-card icon_bg_class="bg-blue-50" icon_text_class="text-blue-500" title="Automated Publishing" description="Stop manual uploads. Your trust center stays in sync with your CI/CD pipeline, automatically publishing new SBOMs for every software release. <a href='/features/generate-collaborate-analyze/' class='text-blue-500 hover:underline'>Manage complex hierarchies</a> with ease." >}}
<svg class="w-7 h-7" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" aria-hidden="true"><path d="M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4" /><path d="M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4" /></svg>
{{< /feature-card >}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The FDA guidance ties SBOMs into broader cybersecurity documentation expectation

- SBOMs should be **updated to reflect changes** throughout software updates and the device lifecycle
- This is not a one-time snapshot – it's a living document
- Proper [SBOM versioning practices](/guides/how-to-version-sboms) are essential for maintaining traceability
- Proper [SBOM versioning practices](/guides/how-to-version-sboms/) are essential for maintaining traceability

### Integration with Other Documentation

Expand Down Expand Up @@ -213,7 +213,7 @@ Getting ahead of these requirements isn't just about regulatory compliance – i

- [What is an SBOM?](/what-is-sbom/)
- [The SBOM Lifecycle: Generation, Distribution, and Analysis](/features/generate-collaborate-analyze/)
- [How to Version SBOMs](/guides/how-to-version-sboms)
- [How to Version SBOMs](/guides/how-to-version-sboms/)
- [The Growing Importance of SBOMs in Cybersecurity Compliance](/features/why-now/)

### Related Compliance Frameworks
Expand Down
4 changes: 2 additions & 2 deletions content/pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h3>Features</h3>
<div class="card-footer">
<a href="https://app.sbomify.com" class="cta-button" onclick="posthog.capture('cta_click', { location: 'pricing', label: 'Business Plan Signup' })">Start 14-day free trial</a>
<a href="https://app.sbomify.com/enterprise-contact/" class="block mt-3 text-sm text-gray-300 hover:text-white underline underline-offset-4 decoration-gray-500 hover:decoration-white transition-colors" onclick="posthog.capture('cta_click', { location: 'pricing', label: 'Business Plan Talk to Sales' })">Or talk to sales &rarr;</a>
<a href="https://sbomify.com/slack" target="_blank" rel="noopener noreferrer" class="block mt-2 text-sm text-gray-300 hover:text-white underline underline-offset-4 decoration-gray-500 hover:decoration-white transition-colors" onclick="posthog.capture('cta_click', { location: 'pricing', label: 'Business Plan Chat on Slack', destination: 'https://sbomify.com/slack' })">Or chat with us on Slack &rarr;</a>
<a href="https://sbomify.com/slack" target="_blank" rel="noopener noreferrer nofollow" class="block mt-2 text-sm text-gray-300 hover:text-white underline underline-offset-4 decoration-gray-500 hover:decoration-white transition-colors" onclick="posthog.capture('cta_click', { location: 'pricing', label: 'Business Plan Chat on Slack', destination: 'https://sbomify.com/slack' })">Or chat with us on Slack &rarr;</a>
</div>
</div>

Expand Down Expand Up @@ -146,7 +146,7 @@ <h3>Features</h3>
</div>
<div class="card-footer">
<a href="https://app.sbomify.com/enterprise-contact/" class="cta-button" onclick="posthog.capture('cta_click', { location: 'pricing', label: 'Enterprise Plan Contact' })">Contact Us</a>
<a href="https://sbomify.com/slack" target="_blank" rel="noopener noreferrer" class="block mt-3 text-sm text-gray-300 hover:text-white underline underline-offset-4 decoration-gray-500 hover:decoration-white transition-colors" onclick="posthog.capture('cta_click', { location: 'pricing', label: 'Enterprise Plan Chat on Slack', destination: 'https://sbomify.com/slack' })">Or chat with us on Slack &rarr;</a>
<a href="https://sbomify.com/slack" target="_blank" rel="noopener noreferrer nofollow" class="block mt-3 text-sm text-gray-300 hover:text-white underline underline-offset-4 decoration-gray-500 hover:decoration-white transition-colors" onclick="posthog.capture('cta_click', { location: 'pricing', label: 'Enterprise Plan Chat on Slack', destination: 'https://sbomify.com/slack' })">Or chat with us on Slack &rarr;</a>
</div>
</div>

Expand Down
12 changes: 6 additions & 6 deletions data/main.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
nav:
- name: Zero to Hero
link: /zero-to-hero
link: /zero-to-hero/
- name: What is an SBOM?
link: /what-is-sbom
link: /what-is-sbom/
- name: About
link: /about
link: /about/
- name: Blog
link: /blog
link: /blog/
- name: Case Studies
link: /case-studies
link: /case-studies/
- name: Pricing
link: /pricing
link: /pricing/

social:
x: https://x.com/sbomify
Expand Down
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{{ block "main" . }}{{ end }}
</main>
{{ partial "footer.html" . }}
{{ $js := resources.Get "js/main.js" | fingerprint }}
{{ $js := resources.Get "js/main.js" | minify | fingerprint }}
<script src="{{ $js.RelPermalink }}" defer></script>
</body>
</html>
2 changes: 1 addition & 1 deletion layouts/case-studies/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h3 class="text-2xl font-bold text-primaryText mb-4">Inspired by this story?</h3
<a href="https://app.sbomify.com" class="px-6 py-3 bg-purple hover:bg-purple-700 text-white rounded-full font-semibold transition-colors duration-200 text-base no-underline">
Start Free Trial
</a>
<a href="/case-studies" class="px-6 py-3 bg-white border border-gray-200 hover:border-purple text-primaryText rounded-full font-semibold transition-colors duration-200 text-base no-underline">
<a href="/case-studies/" class="px-6 py-3 bg-white border border-gray-200 hover:border-purple text-primaryText rounded-full font-semibold transition-colors duration-200 text-base no-underline">
All Case Studies
</a>
</div>
Expand Down
6 changes: 3 additions & 3 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<img src="/assets/images/site/linkedin-white.svg" alt="" aria-hidden="true" class="h-5 w-5" width="20" height="20" loading="lazy" />
{{ end }}
</a>
<a href="{{ site.Data.main.social.slack }}" class="opacity-70 hover:opacity-100 transition-opacity" aria-label="Join the sbomify Slack community" target="_blank" rel="noopener noreferrer">
<a href="{{ site.Data.main.social.slack }}" class="opacity-70 hover:opacity-100 transition-opacity" aria-label="Join the sbomify Slack community" target="_blank" rel="noopener noreferrer nofollow">
{{ $slIcon := resources.Get "images/site/slack-white.svg" }}
{{ if $slIcon }}
{{ $slIcon = $slIcon | fingerprint }}
Expand All @@ -65,9 +65,9 @@
<div class="text-xs text-tertiaryText/60 text-center lg:text-right flex flex-col gap-1">
<div>&copy; 2024 - {{ now.Format "2006" }} sbomify ltd. All rights reserved.</div>
<div class="flex gap-2 justify-center lg:justify-end">
<a href="/privacy" class="hover:text-white transition-colors">Privacy</a>
<a href="/privacy/" class="hover:text-white transition-colors">Privacy</a>
<span>&bull;</span>
<a href="/terms" class="hover:text-white transition-colors">Terms</a>
<a href="/terms/" class="hover:text-white transition-colors">Terms</a>
</div>
<div class="mt-1">
<a href="https://studio.viktopia.io" class="hover:text-white transition-colors">A Viktopia Studio project</a>
Expand Down
Loading
Loading