Skip to content

v1.2.0 — Hosted dashboard generally available

Latest

Choose a tag to compare

@lab700xdev lab700xdev released this 12 Jun 02:57
27692c3

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 token input 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 token unset).
  • platform-url default visible: action.yml now 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.