https://github.com/osc/open-ondemand-sbom
Software Bill of Material for releases of Open OnDemand
https://github.com/osc/open-ondemand-sbom
Last synced: 19 days ago
JSON representation
Software Bill of Material for releases of Open OnDemand
- Host: GitHub
- URL: https://github.com/osc/open-ondemand-sbom
- Owner: OSC
- Created: 2026-05-15T01:16:04.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-15T01:18:08.000Z (about 2 months ago)
- Last Synced: 2026-06-10T03:41:53.688Z (27 days ago)
- Language: Shell
- Size: 13.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open OnDemand SBOMs
CycloneDX Software Bill of Materials for [Open OnDemand](https://openondemand.org) releases.
## Layout
`///ood---.cdx.json`
## Coverage
**4.2.2** — initial publication, `x86_64` across all supported distros:
`amzn2023`, `el8`, `el9`, `el10`, `bookworm`, `noble`, `resolute`, `trixie`.
`aarch64` and `ppc64le` coverage for RHEL-family distros is in progress and
will land in a follow-up commit. See `scripts/scan-all.sh` for the
reproducible build pipeline.
## Verifying
```bash
cd 4.2
sha256sum -c checksums.txt
```
## Regenerating
Requires `Docker`, `syft` (>=1.40), and access to OOD staging packages.
```bash
./scripts/scan-all.sh 4.2.2
```