We need to ensure that a Software Bill of Materials (SBOM) is: - Automatically generated whenever manifest.toml is updated. - Included in the ZIP file that is distributed to end users. - [ ] Set up a script or tool to generate an SBOM - [ ] Trigger SBOM generation automatically on manifest changes. - [ ] Modify the build pipeline to include the SBOM in the final ZIP. - [ ] Validate that the SBOM is up to date and complete.