Skip to content

Commit

Permalink
Fix bom-ref in test data valid-compositions
Browse files Browse the repository at this point in the history
forward-port of CycloneDX#302
fixes CycloneDX#301 in 1.6

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Sep 12, 2023
1 parent c61c85d commit c644212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/src/test/resources/1.6/valid-compositions-1.6.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 c644212

Please sign in to comment.