Skip to content

Commit

Permalink
Fix bom-ref in test data valid-compositions (#302)
Browse files Browse the repository at this point in the history
fixes #301

Signed-off-by: tokcum <tobias.mucke@gmail.com>
  • Loading branch information
tokcum authored Sep 12, 2023
1 parent 73c5c7b commit 24ee292
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/src/test/resources/1.3/valid-compositions-1.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
]
},
{
"bom-ref": "pkg:maven/acme/library@3.0",
"type": "library",
"name": "Acme Library",
"version": "3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ components {
}
components {
type: CLASSIFICATION_LIBRARY
bom_ref: "pkg:maven/acme/library@3.0"
name: "Acme Library"
version: "3.0"
purl: "pkg:maven/acme/library@3.0"
Expand Down
1 change: 1 addition & 0 deletions tools/src/test/resources/1.4/valid-compositions-1.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
]
},
{
"bom-ref": "pkg:maven/acme/library@3.0",
"type": "library",
"name": "Acme Library",
"version": "3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ components {
}
components {
type: CLASSIFICATION_LIBRARY
bom_ref: "pkg:maven/acme/library@3.0"
name: "Acme Library"
version: "3.0"
purl: "pkg:maven/acme/library@3.0"
Expand Down
1 change: 1 addition & 0 deletions tools/src/test/resources/1.5/valid-compositions-1.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
]
},
{
"bom-ref": "pkg:maven/acme/library@3.0",
"type": "library",
"name": "Acme Library",
"version": "3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ components {
}
components {
type: CLASSIFICATION_LIBRARY
bom_ref: "pkg:maven/acme/library@3.0"
name: "Acme Library"
version: "3.0"
purl: "pkg:maven/acme/library@3.0"
Expand Down

0 comments on commit 24ee292

Please sign in to comment.