Skip to content

Commit acc5f3a

Browse files
authored
fix: revert PR #425 (#516)
This PR reverts previously wrong merge of PR #425 (which introduced unexpected breaking-changes) See #425 (comment) reopen #422 Signed-off-by: Jan Kowalleck <[email protected]>
1 parent bfb6f8b commit acc5f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/bom-1.6.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ message Component {
134134
// Specifies optional, custom, properties
135135
repeated Property properties = 22;
136136
// Specifies optional license and copyright evidence
137-
optional Evidence evidence = 23;
137+
repeated Evidence evidence = 23;
138138
// Specifies optional release notes.
139139
optional ReleaseNotes releaseNotes = 24;
140140
// A model card describes the intended uses of a machine learning model, potential limitations, biases, ethical considerations, training parameters, datasets used to train the model, performance metrics, and other relevant data useful for ML transparency.

0 commit comments

Comments
 (0)