SBOM Files Directory
This directory contains Software Bill of Materials (SBOM) files for LakeXpress.
Directory Structure
latest/- Always contains the most recent SBOM files[version]/- Version-specific directories (e.g.,v1.0.0/) created automatically by GitHub Actions
File Types
Each directory contains:
lakexpress-[version]-sbom.json- SBOM in CycloneDX JSON formatlakexpress-[version]-sbom.xml- SBOM in CycloneDX XML format*.sha256- SHA256 checksum files for verificationchecksums.txt- Combined checksums for all files
Access
These files are publicly accessible via GitHub Pages:
- Latest JSON:
https://aetperf.github.io/LakeXpress-Documentation/static/sboms/latest/lakexpress-[version]-sbom.json - Latest XML:
https://aetperf.github.io/LakeXpress-Documentation/static/sboms/latest/lakexpress-[version]-sbom.xml
Automation
Files in this directory are automatically updated by GitHub Actions when new releases are created in the LakeXpress repository.
DO NOT MANUALLY EDIT FILES IN THIS DIRECTORY - They will be overwritten by the automation.