Skip to content

Commit c225883

Browse files
Churroknqyf263
andauthored
feat(cyclonedx): add file checksums to CycloneDX reports (#7507)
Co-authored-by: knqyf263 <[email protected]>
1 parent 35fd018 commit c225883

File tree

3 files changed

+344
-2
lines changed

3 files changed

+344
-2
lines changed

integration/testdata/conda-cyclonedx.json.golden

+12
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
"type": "library",
3535
"name": "openssl",
3636
"version": "1.1.1q",
37+
"hashes": [
38+
{
39+
"alg": "SHA-1",
40+
"content": "237db0da53131e4548cb1181337fa0f420299e1f"
41+
}
42+
],
3743
"licenses": [
3844
{
3945
"license": {
@@ -58,6 +64,12 @@
5864
"type": "library",
5965
"name": "pip",
6066
"version": "22.2.2",
67+
"hashes": [
68+
{
69+
"alg": "SHA-1",
70+
"content": "a6a2db7668f1ad541d704369fc66c96a4415aa24"
71+
}
72+
],
6173
"licenses": [
6274
{
6375
"license": {

0 commit comments

Comments
 (0)