Skip to content

Commit

Permalink
chore: update SBOM
Browse files Browse the repository at this point in the history
Signed-off-by: NodeShift Bot (As Luke Holmquist) <lholmqui@redhat.com>
  • Loading branch information
lholmquist committed Aug 3, 2023
1 parent 12ab85c commit 5ee4990
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions sbom.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"bomFormat": "CycloneDX",
"specVersion": "1.4",
"version": 1,
"serialNumber": "urn:uuid:4c049b51-280b-4d56-9873-b75aa5ac406c",
"serialNumber": "urn:uuid:92c6e4b5-740c-451b-8653-1fcaf2268c06",
"metadata": {
"timestamp": "2023-07-26T15:33:02.841Z",
"timestamp": "2023-08-03T15:36:54.771Z",
"tools": [
{
"vendor": "@cyclonedx",
Expand Down Expand Up @@ -55,8 +55,8 @@
"component": {
"type": "application",
"name": "faas-js-runtime",
"version": "2.2.3",
"bom-ref": "faas-js-runtime@2.2.3",
"version": "2.2.4",
"bom-ref": "faas-js-runtime@2.2.4",
"author": "Red Hat, Inc.",
"description": "A Node.js framework for executing arbitrary functions in response to HTTP or cloud events",
"licenses": [
Expand All @@ -66,7 +66,7 @@
}
}
],
"purl": "pkg:npm/faas-js-runtime@2.2.3?vcs_url=git%2Bhttps%3A//github.com/nodeshift/faas-js-runtime.git",
"purl": "pkg:npm/faas-js-runtime@2.2.4?vcs_url=git%2Bhttps%3A//github.com/nodeshift/faas-js-runtime.git",
"externalReferences": [
{
"url": "git+https://github.com/nodeshift/faas-js-runtime.git",
Expand Down Expand Up @@ -96,18 +96,18 @@
{
"type": "library",
"name": "cloudevents",
"version": "7.0.1",
"bom-ref": "cloudevents@7.0.1",
"version": "7.0.2",
"bom-ref": "cloudevents@7.0.2",
"hashes": [
{
"alg": "SHA-512",
"content": "fe2ec746f2141b6440881f400fa4ea51dd3b1f666426dc02acda466b8bc97edc33e6e25d0ff6cefaede462cfebfa4402b59eae859b3423dbdf221ba1a2b2941f"
"content": "5a23aa5ac36431998c319eb16b7933c7f300fbcf95f9ce5e1a44ad64872293e3f1db10a86e6cdc69cc3510e1b27e13836902a422ff13c5738e2f357af685c5a8"
}
],
"purl": "pkg:npm/cloudevents@7.0.1",
"purl": "pkg:npm/cloudevents@7.0.2",
"externalReferences": [
{
"url": "https://registry.npmjs.org/cloudevents/-/cloudevents-7.0.1.tgz",
"url": "https://registry.npmjs.org/cloudevents/-/cloudevents-7.0.2.tgz",
"type": "distribution",
"comment": "as detected from npm-ls property \"resolved\""
}
Expand All @@ -123,7 +123,7 @@
"type": "library",
"name": "ajv",
"version": "8.11.0",
"bom-ref": "cloudevents@7.0.1|ajv@8.11.0",
"bom-ref": "cloudevents@7.0.2|ajv@8.11.0",
"licenses": [
{
"license": {
Expand All @@ -143,7 +143,7 @@
"type": "library",
"name": "json-schema-traverse",
"version": "1.0.0",
"bom-ref": "cloudevents@7.0.1|json-schema-traverse@1.0.0",
"bom-ref": "cloudevents@7.0.2|json-schema-traverse@1.0.0",
"licenses": [
{
"license": {
Expand All @@ -163,7 +163,7 @@
"type": "library",
"name": "uuid",
"version": "8.3.2",
"bom-ref": "cloudevents@7.0.1|uuid@8.3.2",
"bom-ref": "cloudevents@7.0.2|uuid@8.3.2",
"licenses": [
{
"license": {
Expand Down Expand Up @@ -2790,9 +2790,9 @@
],
"dependencies": [
{
"ref": "faas-js-runtime@2.2.3",
"ref": "faas-js-runtime@2.2.4",
"dependsOn": [
"cloudevents@7.0.1",
"cloudevents@7.0.2",
"commander@11.0.0",
"death@1.1.0",
"fastify-raw-body@4.2.0",
Expand All @@ -2805,30 +2805,30 @@
]
},
{
"ref": "cloudevents@7.0.1",
"ref": "cloudevents@7.0.2",
"dependsOn": [
"ajv-formats@2.1.1",
"cloudevents@7.0.1|ajv@8.11.0",
"cloudevents@7.0.2|ajv@8.11.0",
"json-bigint@1.0.0",
"process@0.11.10",
"util@0.12.5",
"cloudevents@7.0.1|uuid@8.3.2"
"cloudevents@7.0.2|uuid@8.3.2"
]
},
{
"ref": "cloudevents@7.0.1|ajv@8.11.0",
"ref": "cloudevents@7.0.2|ajv@8.11.0",
"dependsOn": [
"fast-deep-equal@3.1.3",
"cloudevents@7.0.1|json-schema-traverse@1.0.0",
"cloudevents@7.0.2|json-schema-traverse@1.0.0",
"require-from-string@2.0.2",
"uri-js@4.4.1"
]
},
{
"ref": "cloudevents@7.0.1|json-schema-traverse@1.0.0"
"ref": "cloudevents@7.0.2|json-schema-traverse@1.0.0"
},
{
"ref": "cloudevents@7.0.1|uuid@8.3.2"
"ref": "cloudevents@7.0.2|uuid@8.3.2"
},
{
"ref": "ajv-formats@2.1.1",
Expand Down

0 comments on commit 5ee4990

Please sign in to comment.