You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sbom: standalone CI validators, ship bomsh_verify, gitignore outputs
- .github/workflows/sbom.yml: standalone (no-autotools) job now runs
ntia-conformance-checker and cyclonedx-bom alongside pyspdxtools,
matching the integration job. An NTIA or CDX-1.6 schema regression
in --user-settings / --srcs handling -- the entry point most
embedded customers actually invoke -- now fails CI rather than
needing manual review.
- Update integration-job assertions for the new pkg:github PURL shape
and pin the GitHub Security Advisories externalRef so a regression
that drops it fails CI.
- scripts/include.am: add bomsh_verify.py to EXTRA_DIST so a release
tarball ships the verifier; without this, downstream consumers
cannot re-verify a `make bomsh` provenance bundle from a tarball.
- .gitignore: /wolfssl-*.{cdx.json,spdx.json,spdx},
/omnibor.wolfssl-*.spdx.json, /omnibor/, /_sbom_staging/,
/_bomsh.conf, /bomsh_raw_logfile* -- generated outputs that were
untracked but not ignored.
0 commit comments