Completed
short agenda
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Prove the Safety of Your Software
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 preamble
- 3 short agenda
- 4 for future use...
- 5 from code to production
- 6 a random app step by step: worker.py
- 7 how is this done in the food industry?
- 8 food safety
- 9 it probably depends
- 10 it is nice to know what's inside
- 11 why not do the same with our
- 12 ...boms are there to help
- 13 why use sboms?
- 14 did you see this?
- 15 was your app affected?
- 16 like food labels sboms tell you what's inside
- 17 example sbom snippet
- 18 more and more you can download them upfront
- 19 and analyze them before you install something
- 20 back to our app: worker.py
- 21 step 1: the code
- 22 shipping the app
- 23 building the container images
- 24 build result
- 25 sbom creation
- 26 source code analysis
- 27 our first image based on python:latest
- 28 can we do better: python:3.9.18-slim
- 29 let's try one more image: python:alpine
- 30 summary
- 31 storing sbom files
- 32 distributing sbom files
- 33 final words
- 34 interesting links