Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
356 changes: 350 additions & 6 deletions .github/workflows/sca-integration-ort.yml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
about_resource: cyclonedx-reporter-expected-result-with-findings.json
name: ort
version: 67.1.0
download_url: https://raw.githubusercontent.com/oss-review-toolkit/ort/729d577730ee46c3bded6cf04d5aa9813b6a8591/plugins/reporters/cyclonedx/src/funTest/resources/cyclonedx-reporter-expected-result-with-findings.json
description: The OSS Review Toolkit (ORT) is a FOSS policy automation and orchestration toolkit
homepage_url: https://oss-review-toolkit.org
license_expression: apache-2.0
copyright: Copyright (C) 2017-2025 The ORT Project Authors
redistribute: yes
attribute: yes
track_changes: yes
package_url: pkg:github/oss-review-toolkit/ort@67.1.0#plugins/reporters/cyclonedx/src/funTest/resources/cyclonedx-reporter-expected-result-with-findings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"bomFormat": "CycloneDX",
"specVersion": "1.6",
"serialNumber": "urn:uuid:12345678-1234-1234-1234-123456789012",
"version": 1,
"metadata": {
"timestamp": "1970-01-01T00:00:00Z",
"tools": {
"components": [
{
"type": "application",
"name": "OSS Review Toolkit",
"version": "deadbeef"
}
],
"services": []
},
"component": {
"type": "application",
"bom-ref": "NPM:@ort:project-without-findings:1.0",
"group": "@ort",
"name": "project-without-findings",
"version": "1.0",
"description": ""
},
"licenses": [
{
"expression": "CC0-1.0"
}
]
},
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/oss-review-toolkit/ort.git",
"comment": "URL to the project's Git repository"
},
{
"type": "website",
"url": "https://github.com/oss-review-toolkit/ort"
},
{
"type": "build-system",
"url": "NPM"
},
{
"type": "other",
"url": "pkg:npm/%40ort/project-without-findings@1.0",
"comment": "Package-URL of the project"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
about_resource: cyclonedx-reporter-expected-result-without-findings.json
name: ort
version: 67.1.0
download_url: https://raw.githubusercontent.com/oss-review-toolkit/ort/729d577730ee46c3bded6cf04d5aa9813b6a8591/plugins/reporters/cyclonedx/src/funTest/resources/cyclonedx-reporter-expected-result-without-findings.json
description: The OSS Review Toolkit (ORT) is a FOSS policy automation and orchestration toolkit
homepage_url: https://oss-review-toolkit.org
license_expression: apache-2.0
copyright: Copyright (C) 2017-2025 The ORT Project Authors
redistribute: yes
attribute: yes
track_changes: yes
package_url: pkg:github/oss-review-toolkit/ort@67.1.0#plugins/reporters/cyclonedx/src/funTest/resources/cyclonedx-reporter-expected-result-without-findings.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
about_resource: cyclonedx-reporter-expected-result.json
name: ort
version: 67.1.0
download_url: https://raw.githubusercontent.com/oss-review-toolkit/ort/729d577730ee46c3bded6cf04d5aa9813b6a8591/plugins/reporters/cyclonedx/src/funTest/resources/cyclonedx-reporter-expected-result.json
description: The OSS Review Toolkit (ORT) is a FOSS policy automation and orchestration toolkit
homepage_url: https://oss-review-toolkit.org
license_expression: apache-2.0
copyright: Copyright (C) 2017-2025 The ORT Project Authors
redistribute: yes
attribute: yes
track_changes: yes
package_url: pkg:github/oss-review-toolkit/ort@67.1.0#plugins/reporters/cyclonedx/src/funTest/resources/cyclonedx-reporter-expected-result.json
Loading
Loading