Skip to content

Commit 32763ca

Browse files
committed
Add CycloneDX 1.6 funtest resources from ORT 67.1.0 reporter
Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent 473c6fe commit 32763ca

8 files changed

+1316
-0
lines changed

scanpipe/tests/data/integrations-ort/ort-reporter-cyclonedx-1.6-funtest-resources/cyclonedx-reporter-expected-result-with-findings.json

Lines changed: 385 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
about_resource: cyclonedx-reporter-expected-result-with-findings.json
2+
name: ort
3+
version: 67.1.0
4+
download_url: https://raw.githubusercontent.com/oss-review-toolkit/ort/729d577730ee46c3bded6cf04d5aa9813b6a8591/plugins/reporters/cyclonedx/src/funTest/resources/cyclonedx-reporter-expected-result-with-findings.json
5+
description: The OSS Review Toolkit (ORT) is a FOSS policy automation and orchestration toolkit
6+
homepage_url: https://oss-review-toolkit.org
7+
license_expression: apache-2.0
8+
copyright: Copyright (C) 2017-2025 The ORT Project Authors
9+
redistribute: yes
10+
attribute: yes
11+
track_changes: yes
12+
package_url: pkg:github/oss-review-toolkit/[email protected]#plugins/reporters/cyclonedx/src/funTest/resources/cyclonedx-reporter-expected-result-with-findings.json
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"bomFormat": "CycloneDX",
3+
"specVersion": "1.6",
4+
"serialNumber": "urn:uuid:12345678-1234-1234-1234-123456789012",
5+
"version": 1,
6+
"metadata": {
7+
"timestamp": "1970-01-01T00:00:00Z",
8+
"tools": {
9+
"components": [
10+
{
11+
"type": "application",
12+
"name": "OSS Review Toolkit",
13+
"version": "deadbeef"
14+
}
15+
],
16+
"services": []
17+
},
18+
"component": {
19+
"type": "application",
20+
"bom-ref": "NPM:@ort:project-without-findings:1.0",
21+
"group": "@ort",
22+
"name": "project-without-findings",
23+
"version": "1.0",
24+
"description": ""
25+
},
26+
"licenses": [
27+
{
28+
"expression": "CC0-1.0"
29+
}
30+
]
31+
},
32+
"externalReferences": [
33+
{
34+
"type": "vcs",
35+
"url": "https://github.com/oss-review-toolkit/ort.git",
36+
"comment": "URL to the project's Git repository"
37+
},
38+
{
39+
"type": "website",
40+
"url": "https://github.com/oss-review-toolkit/ort"
41+
},
42+
{
43+
"type": "build-system",
44+
"url": "NPM"
45+
},
46+
{
47+
"type": "other",
48+
"url": "pkg:npm/%40ort/[email protected]",
49+
"comment": "Package-URL of the project"
50+
}
51+
]
52+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
about_resource: cyclonedx-reporter-expected-result-without-findings.json
2+
name: ort
3+
version: 67.1.0
4+
download_url: https://raw.githubusercontent.com/oss-review-toolkit/ort/729d577730ee46c3bded6cf04d5aa9813b6a8591/plugins/reporters/cyclonedx/src/funTest/resources/cyclonedx-reporter-expected-result-without-findings.json
5+
description: The OSS Review Toolkit (ORT) is a FOSS policy automation and orchestration toolkit
6+
homepage_url: https://oss-review-toolkit.org
7+
license_expression: apache-2.0
8+
copyright: Copyright (C) 2017-2025 The ORT Project Authors
9+
redistribute: yes
10+
attribute: yes
11+
track_changes: yes
12+
package_url: pkg:github/oss-review-toolkit/[email protected]#plugins/reporters/cyclonedx/src/funTest/resources/cyclonedx-reporter-expected-result-without-findings.json

scanpipe/tests/data/integrations-ort/ort-reporter-cyclonedx-1.6-funtest-resources/cyclonedx-reporter-expected-result.json

Lines changed: 388 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
about_resource: cyclonedx-reporter-expected-result.json
2+
name: ort
3+
version: 67.1.0
4+
download_url: https://raw.githubusercontent.com/oss-review-toolkit/ort/729d577730ee46c3bded6cf04d5aa9813b6a8591/plugins/reporters/cyclonedx/src/funTest/resources/cyclonedx-reporter-expected-result.json
5+
description: The OSS Review Toolkit (ORT) is a FOSS policy automation and orchestration toolkit
6+
homepage_url: https://oss-review-toolkit.org
7+
license_expression: apache-2.0
8+
copyright: Copyright (C) 2017-2025 The ORT Project Authors
9+
redistribute: yes
10+
attribute: yes
11+
track_changes: yes
12+
package_url: pkg:github/oss-review-toolkit/[email protected]#plugins/reporters/cyclonedx/src/funTest/resources/cyclonedx-reporter-expected-result.json

0 commit comments

Comments
 (0)