Skip to content

Commit

Permalink
Update test data for generic fetcher
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Šoltis <[email protected]>
  • Loading branch information
slimreaper35 committed Jan 10, 2025
1 parent 875409d commit c5db5fb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 deletions tests/integration/test_data/generic_maven_e2e/bom.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,50 +2,50 @@
"bomFormat": "CycloneDX",
"components": [
{
"externalReferences": [
{
"type": "distribution",
"url": "https://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar"
}
],
"name": "ant-launcher",
"purl": "pkg:maven/org.apache.ant/[email protected]?checksum=sha256:f0909725a7a24e393888f3fbb558347abf506ce2f7ebc581ff26331b94d951a5&repository_url=https://repo1.maven.org/maven2&type=jar",
"version": "1.10.14",
"properties": [
{
"name": "cachi2:found_by",
"value": "cachi2"
}
],
"purl": "pkg:maven/org.apache.ant/[email protected]?checksum=sha256:f0909725a7a24e393888f3fbb558347abf506ce2f7ebc581ff26331b94d951a5&repository_url=https://repo1.maven.org/maven2&type=jar",
"type": "library",
"version": "1.10.14"
},
{
"externalReferences": [
{
"url": "https://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar",
"type": "distribution"
"type": "distribution",
"url": "https://repo1.maven.org/maven2/org/apache/ant/ant/1.10.14/ant-1.10.14.jar"
}
]
},
{
],
"name": "ant",
"purl": "pkg:maven/org.apache.ant/[email protected]?checksum=sha256:4cbbd9243de4c1042d61d9a15db4c43c90ff93b16d78b39481da1c956c8e9671&repository_url=https://repo1.maven.org/maven2&type=jar",
"version": "1.10.14",
"properties": [
{
"name": "cachi2:found_by",
"value": "cachi2"
}
],
"purl": "pkg:maven/org.apache.ant/[email protected]?checksum=sha256:4cbbd9243de4c1042d61d9a15db4c43c90ff93b16d78b39481da1c956c8e9671&repository_url=https://repo1.maven.org/maven2&type=jar",
"type": "library",
"externalReferences": [
{
"url": "https://repo1.maven.org/maven2/org/apache/ant/ant/1.10.14/ant-1.10.14.jar",
"type": "distribution"
}
]
"version": "1.10.14"
}
],
"metadata": {
"tools": [
{
"vendor": "red hat",
"name": "cachi2"
"name": "cachi2",
"vendor": "red hat"
}
]
},
"specVersion": "1.4",
"version": 1
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"generic/ant.jar": "sha256:4cbbd9243de4c1042d61d9a15db4c43c90ff93b16d78b39481da1c956c8e9671",
"generic/ant-launcher.jar": "sha256:f0909725a7a24e393888f3fbb558347abf506ce2f7ebc581ff26331b94d951a5"
"generic/ant-launcher.jar": "sha256:f0909725a7a24e393888f3fbb558347abf506ce2f7ebc581ff26331b94d951a5",
"generic/ant.jar": "sha256:4cbbd9243de4c1042d61d9a15db4c43c90ff93b16d78b39481da1c956c8e9671"
}

0 comments on commit c5db5fb

Please sign in to comment.