diff --git a/content/blog/2023-11-sap-podcast-growing-importance-sboms.md b/content/blog/2023-11-sap-podcast-growing-importance-sboms.md index bde6b04..45638cd 100644 --- a/content/blog/2023-11-sap-podcast-growing-importance-sboms.md +++ b/content/blog/2023-11-sap-podcast-growing-importance-sboms.md @@ -11,10 +11,10 @@ tags: headerimage: src: /blog/file-cabinet.jpg text: Neatly organise your records -audio: https://podcast.opensap.info/open-source-way/2023/11/29/the-growing-importance-of-software-bills-of-materials-sbom/ +audio: https://podcasts.apple.com/us/podcast/the-growing-importance-of-software-bills-of-materials-sbom/id1535460646?i=1000636913792 podcast: name: SAP's Open Source Way Podcast - href: https://podcast.opensap.info/open-source-way/2023/11/29/the-growing-importance-of-software-bills-of-materials-sbom/ + href: https://podcasts.apple.com/us/podcast/the-growing-importance-of-software-bills-of-materials-sbom/id1535460646?i=1000636913792 --- I had the pleasure to moderate the OpenRail Day 2025 in Paris, organised by the [OpenRail Association](https://openrailassociation.org) to share knowledge and experiences about open source software in the railway industry. The event featured several talks and panel discussions with experts from different companies and organisations involved in open source projects related to railways. diff --git a/content/blog/2026-02-fosdem-supply-chain-strategy/firstslide.jpg b/content/blog/2026-02-fosdem-supply-chain-strategy/firstslide.jpg new file mode 100644 index 0000000..2863010 Binary files /dev/null and b/content/blog/2026-02-fosdem-supply-chain-strategy/firstslide.jpg differ diff --git a/content/blog/2026-02-fosdem-supply-chain-strategy/index.md b/content/blog/2026-02-fosdem-supply-chain-strategy/index.md new file mode 100644 index 0000000..28bb4c3 --- /dev/null +++ b/content/blog/2026-02-fosdem-supply-chain-strategy/index.md @@ -0,0 +1,22 @@ +--- +title: "Software Supply Chain Strategy at Deutsche Bahn" +date: 2026-01-31 +categories: + - english + - presentation +tags: + - OSPO + - SupplyChain + - Security +headerimage: + src: firstslide.jpg +video: https://video.fosdem.org/2026/ua2114/ZSWH3N-deutsche-bahn-supply-chain-cra-strategy.av1.webm +slides: https://fosdem.org/2026/events/attachments/ZSWH3N-deutsche-bahn-supply-chain-cra-strategy/slides/266949/2026-01-3_7kstxwl.pdf +event: + name: FOSDEM 2026 + href: https://fosdem.org/2026/schedule/event/ZSWH3N-deutsche-bahn-supply-chain-cra-strategy/ +--- + +Deutsche Bahn, with its 230,000 employees and hundreds of subsidiaries, is far from an average organization. Yet it faces the same challenges under the CRA as many others. In this session, I showed how we connected the concrete requirements of CRA compliance with our broader effort to bring transparency to our software supply chains. This forms the basis for security and license compliance processes, as well as for proactively shaping the ecosystems we depend on. + +In the presentation, I outlined our strategy for addressing the expectations tied to the different roles we take on -- customer, manufacturer, and indirectly even steward -- from both organizational and technical angles. Given the diversity and scale of Deutsche Bahn, we rely on modular FOSS tools that offer the flexibility to adapt to varying stakeholder needs and evolving regulation. This flexibility is a core element of our approach. This session showed how we align strategy and technology to make this work. diff --git a/themes/hugo-sustain/assets/scss/default.scss b/themes/hugo-sustain/assets/scss/default.scss index 97c9f33..c3492cc 100755 --- a/themes/hugo-sustain/assets/scss/default.scss +++ b/themes/hugo-sustain/assets/scss/default.scss @@ -199,7 +199,7 @@ html, body { font-size: 18px; .header-image { - margin-bottom: 1em; + margin-bottom: 0.5em; img { width: 100%; @@ -215,6 +215,10 @@ html, body { margin-bottom: 0; } } + + .blog-links { + margin-bottom: 1em; + } } /* Metadata */ diff --git a/themes/hugo-sustain/layouts/_default/single.html b/themes/hugo-sustain/layouts/_default/single.html index f1401bc..543b83c 100644 --- a/themes/hugo-sustain/layouts/_default/single.html +++ b/themes/hugo-sustain/layouts/_default/single.html @@ -51,7 +51,8 @@
- {{ partial "blog/headerimage" . }} + {{- partial "blog/headerimage" . }} + {{- partial "blog/links" . }} {{ .Content }} {{ if or (eq .Params.related true) (ne .Params.page true) }} diff --git a/themes/hugo-sustain/layouts/partials/blog/links.html b/themes/hugo-sustain/layouts/partials/blog/links.html new file mode 100644 index 0000000..52c8909 --- /dev/null +++ b/themes/hugo-sustain/layouts/partials/blog/links.html @@ -0,0 +1,27 @@ +