What's new
The hosted dashboard is generally available — the AIsbom Platform at app.aisbom.io is now open to everyone (previously private early access).
- One-input integration: set the GitHub Action's optional
tokeninput and every PR scan posts its SBOM to a continuous inventory across your repos. Get a per-repo token at app.aisbom.io/connect. - Documented data flow: the README's new "Hosted dashboard (optional)" and "Data flow & privacy" sections spell out exactly what is sent (the CycloneDX SBOM + branch name, never weights or file contents), where it's stored (EU), and how to stay purely local (leave
tokenunset). platform-urldefault visible:action.ymlnow shows the default (https://app.aisbom.io) instead of resolving it internally — behavior unchanged.- Launch post: https://aisbom.io/blog/aisbom-platform-launch
What's not changing
Scanner behavior, exit codes, output formats, and the default Action behavior (no token → nothing uploaded) — all identical to v1.1.0. No scanner code changed in this release.