Add GLaaS to tool center#119
Conversation
GLaaS (Global Lineage-as-a-Service) generates CycloneDX 1.7 AI-BOMs from ML pipeline lineage tracked by the open-source roar CLI, with completeness scoring against G7/CISA/NTIA SBOM-for-AI minimum elements. Signed-off-by: Jon Geyer <jon@treqs.ai>
| "SUBSCRIPTION" | ||
| ], | ||
| "functions": [ | ||
| "AUTHOR", |
There was a problem hiding this comment.
AUTOR seams not right for an automated tool.
https://cyclonedx.github.io/tool-center/tool.html#tool_functions
AUTHOR - Tools that human authors can use to create CycloneDX BOMs.
| "AUTHOR", |
There was a problem hiding this comment.
Thanks @jkowalleck, I can remove the Author designation if that seems clearer. It's not clear which bucket(s) our tool fall into.
Our tool has two parts:
- roar - a CLI tool to automatically capture runtime activity, track (inputs, outputs, other characteristics). So for example, if an data source is attributed to contain PII, that gets propagated to downstream artifacts. So it's "automatic" in terms of tracking the connections, but involves some manual process for tagging and labeling.
- GLaaS - an online registry for roar activity. GLaaS scans the roar activity to provide CycloneDX 1.7 export. So it generates the AI-BOM but is not an editor. It has some analytical features in that it provides a completeness score/breakdown and point to ways for users to increase AI-BOM coverage.
If it's helpful, I can provide more of this detail in the description.
There was a problem hiding this comment.
so it his not a tool for authors. please remove it, then.
There was a problem hiding this comment.
If it's helpful, I can provide more of this detail in the description.
feel free to do so.
There was a problem hiding this comment.
I removed AUTHOR from function field.
Added DISTRIBUTE which I believe is more accurate.
Signed-off-by: Jon Geyer <jon@treqs.ai>
Summary
tools/glaas.jsonagainstschemas/tool.schema.jsonwithcheck-jsonschema