Skip to content

Commit

Permalink
fix: restore story book data deleted while developing
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Nov 22, 2024
1 parent 83b9f1b commit 47cb3d0
Showing 1 changed file with 36 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,42 @@ export const PrimaryState: Story = {
],
},
number_of_vulnerabilities: 1,
sboms: [],
sboms: [
{
id: "urn:uuid:0193013f-1b8a-7152-8857-8b8f4238b8ba",
document_id:
"https://access.redhat.com/security/data/sbom/spdx/quarkus-bom-3.2.12.Final-redhat-00002",
labels: {
type: "spdx",
},
data_licenses: ["CC0-1.0"],
published: "2024-07-05T09:40:48Z",
authors: [
"Organization: Red Hat Product Security ([email protected])",
],
name: "quarkus-bom",
version: "3.2.12.Final-redhat-00002",
status: ["affected"],
number_of_packages: 1,
},
{
id: "urn:uuid:0193013f-0f00-77e1-afe4-b7d7f8585b7a",
document_id:
"https://access.redhat.com/security/data/sbom/spdx/quarkus-bom-3.2.11.Final-redhat-00001",
labels: {
type: "spdx",
},
data_licenses: ["CC0-1.0"],
published: "2024-05-28T09:26:01Z",
authors: [
"Organization: Red Hat Product Security ([email protected])",
],
name: "quarkus-bom",
version: "3.2.11.Final-redhat-00001",
status: ["affected"],
number_of_packages: 1,
},
],
},
],
},
Expand Down

0 comments on commit 47cb3d0

Please sign in to comment.