-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update test data for generic fetcher
Signed-off-by: Michal Šoltis <[email protected]>
- Loading branch information
1 parent
875409d
commit c5db5fb
Showing
2 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
tests/integration/test_data/generic_maven_e2e/fetch_deps_sha256sums.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |