Skip to content

Commit 27f65a5

Browse files
authored
Merge pull request #533 from st3penta/EC-1661
Add FOSDEM 2026 talk to resources page
2 parents 7c31239 + d398868 commit 27f65a5

2 files changed

Lines changed: 47 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "FOSDEM 2026: From Passive Data to Active Defense with Conforma"
3+
date: 2026-03-11T10:00:00+01:00
4+
author: "Stefano Pentassuglia"
5+
---
6+
7+
We're excited to share that Conforma was featured at FOSDEM 2026 in Brussels, one of Europe's premier open-source software conferences. The talk introduced Conforma and demonstrated how to transform supply chain security data into actionable policy enforcement.
8+
9+
<!--more-->
10+
11+
## The Challenge: Data Without Enforcement
12+
13+
Organizations today collect abundant security artifacts: SBOMs, SLSA provenance attestations, vulnerability reports. However, they often lack effective mechanisms to enforce policies against them. Having the data is only half the battle; knowing that your artifacts meet your security requirements is what truly matters.
14+
15+
## Watch the Recording
16+
17+
The full talk is now available on our Resources page, featuring a practical introduction to Conforma with live demonstrations of SBOM and SLSA Provenance policy checks.
18+
19+
**[Watch "From Passive Data to Active Defense: Supply Chain Policy-as-Code with Conforma"](/resources/#from-passive-data-to-active-defense-supply-chain-policy-as-code-with-conforma)**
20+
21+
While you're there, explore our collection of other conference presentations, demos, and educational content about securing software supply chains with Conforma.

website/content/resources/_index.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,32 @@ Whether you're just getting started with supply chain security or looking to dee
66

77
These conference presentations, demos, educational videos and articles showcase how organizations are using Conforma to secure their software supply chains.
88

9+
## From Passive Data to Active Defense: Supply Chain Policy-as-Code with Conforma
10+
11+
**Speaker:** Stefano Pentassuglia, Red Hat
12+
**Event:** FOSDEM 2026
13+
**Format:** Conference Talk
14+
**Link:** [Watch on FOSDEM](https://fosdem.org/2026/schedule/event/UGRZNA-conforma-supply-chain-policy-as-code/)
15+
16+
{{< rawhtml >}}
17+
<br>
18+
<video width="560" height="315" controls>
19+
<source src="https://video.fosdem.org/2026/ud2208/UGRZNA-conforma-supply-chain-policy-as-code.av1.webm" type="video/webm">
20+
<source src="https://video.fosdem.org/2026/ud2208/UGRZNA-conforma-supply-chain-policy-as-code.mp4" type="video/mp4">
21+
<track src="https://video.fosdem.org/2026/ud2208/UGRZNA-conforma-supply-chain-policy-as-code.vtt" kind="subtitles" srclang="en" label="English">
22+
Your browser does not support the video tag.
23+
</video>
24+
<br>
25+
{{< /rawhtml >}}
26+
27+
An introduction to Conforma that demonstrates transforming supply chain security data into actionable policy enforcement. Organizations often collect abundant security artifacts like SBOMs and SLSA provenance attestations but lack effective mechanisms to enforce policies against them. This talk covers:
28+
29+
- What Conforma is and the problem it solves
30+
- How security artifacts are evaluated against organizational policies
31+
- Hands-on demonstration of SBOM Content Hygiene verification and SLSA Provenance policy checks
32+
33+
*Ideal for anyone getting started with Conforma or exploring practical approaches to supply chain policy enforcement.*
34+
935
## Enforcing Organization Policies with Enterprise Contract
1036

1137
**Speaker:** Zoran Regvart, Red Hat

0 commit comments

Comments
 (0)