fixed ci
This commit is contained in:
@@ -63,7 +63,7 @@ jobs:
|
|||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
subject-path: ${{ github.workspace }}/README.md
|
subject-path: ${{ github.workspace }}/README.md
|
||||||
predicate-path: ${{ github.workspace }}/testing/sbom.json
|
predicate-path: ${{ github.workspace }}/__tests__/data/sbom.json
|
||||||
predicate-type: 'https://spdx.dev/Document/v2.3'
|
predicate-type: 'https://spdx.dev/Document/v2.3'
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Dump output
|
- name: Dump output
|
||||||
|
|||||||
@@ -0,0 +1,41 @@
|
|||||||
|
{
|
||||||
|
"spdxVersion": "SPDX-2.3",
|
||||||
|
"dataLicense": "CC0-1.0",
|
||||||
|
"SPDXID": "SPDXRef-DOCUMENT",
|
||||||
|
"name": "./",
|
||||||
|
"documentNamespace": "https://anchore.com/syft/dir/80b363b6-87f4-4162-853f-60d402537d20",
|
||||||
|
"creationInfo": {
|
||||||
|
"licenseListVersion": "3.22",
|
||||||
|
"creators": [
|
||||||
|
"Organization: Anchore, Inc",
|
||||||
|
"Tool: syft-0.103.1"
|
||||||
|
],
|
||||||
|
"created": "2024-01-31T18:22:50Z"
|
||||||
|
},
|
||||||
|
"packages": [
|
||||||
|
{
|
||||||
|
"name": "@ampproject/remapping",
|
||||||
|
"SPDXID": "SPDXRef-Package-npm--ampproject-remapping-5266573ba4f24a42",
|
||||||
|
"versionInfo": "2.2.1",
|
||||||
|
"supplier": "NOASSERTION",
|
||||||
|
"downloadLocation": "NOASSERTION",
|
||||||
|
"filesAnalyzed": false,
|
||||||
|
"sourceInfo": "acquired package info from installed node module manifest file: /yarn.lock",
|
||||||
|
"licenseConcluded": "NOASSERTION",
|
||||||
|
"licenseDeclared": "Apache-2.0",
|
||||||
|
"copyrightText": "NOASSERTION",
|
||||||
|
"externalRefs": [
|
||||||
|
{
|
||||||
|
"referenceCategory": "SECURITY",
|
||||||
|
"referenceType": "cpe23Type",
|
||||||
|
"referenceLocator": "cpe:2.3:a:\\@ampproject\\/remapping:\\@ampproject\\/remapping:2.2.1:*:*:*:*:*:*:*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"referenceCategory": "PACKAGE-MANAGER",
|
||||||
|
"referenceType": "purl",
|
||||||
|
"referenceLocator": "pkg:npm/%40ampproject/[email protected]"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user