Create a guide for ML-BOM relative to CycloneDX v1.7 schema#40
Create a guide for ML-BOM relative to CycloneDX v1.7 schema#40mrutkows wants to merge 110 commits intoCycloneDX:mainfrom
Conversation
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
|
@stevespringett @jkowalleck @HesAnEasyCoder Ready for your review. |
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
|
Note: There is a dependence on Property Taxonomy PR: CycloneDX/cyclonedx-property-taxonomy#153 |
jkowalleck
left a comment
There was a problem hiding this comment.
some semantical questions and remarks
|
|
||
| Describes the input and output data types (formats) of the model. | ||
|
|
||
| >[!Note] The current object used to describe model inputs and outputs is limited to describing the data types strictly used for training and inference. Future revisions of CycloneDX plan to expand these objects to provide more detailed information especially in regard to names, formats and defaults for model configuration parameters and hyperparameters. |
There was a problem hiding this comment.
this > [!NOTE] syntax is github only. probably no other tool will know what to do with it when redering this markdown...
And this is not how a note works. missing the line break, and more.
this is how it is supposed to be: https://github.com/orgs/community/discussions/16925
> [!NOTE]
> Highlights information that users should take into account, even when skimming.There was a problem hiding this comment.
I did assume GH markdown and forgot that you have to start the text on the next line (as my renderer did not seem to care. Can fix the multi-line aspect; is there a better way to include a "callout"? What tool should I verify with (the one Steve uses for conversion?)?
There was a problem hiding this comment.
FYI the generated guide was posted to https://cyclonedx.slack.com/archives/C0A75L3E8V9/p1770336350500359?thread_ts=1770316529.613359&cid=C0A75L3E8V9 last week.
There was a problem hiding this comment.
The tool is our GitHub Action that runs. But since this is a PR, I'm running it locally
| } | ||
| ``` | ||
|
|
||
| --- |
There was a problem hiding this comment.
why add a horizontal rule here?
There was a problem hiding this comment.
Will look at... tried to add horz. rull between major topic (headers) consistently to breakup largish markdown files for readability.
…x. values Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
…x. values Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
…x. values Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
|
@jkowalleck @stevespringett Happy with the draft generated from my last commit by Steve late yesterday (please note for the final build that I asked Steve if he could change the CSS style for code block and callout backgrounds to light gray as red/pink really seems an odd choice and not familiar to developers accustomed to markdown and endorsed). In addition, I will note most UI designers avoid "reds" as it is universally associated with errors, danger, or stop signals, which can cause user anxiety and visual fatigue. |
Ready for review
Note
this PR references/depends-on CycloneDX/cyclonedx-property-taxonomy#153