Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 0a2185d

Browse files
committed
Added SBOMs to be ingested to the constants.ts file.
1 parent 18c3599 commit 0a2185d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/common/constants.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ export const SBOM_FILES = [
2424
"ubi8-minimal-8.8-1072.1697626218.json.bz2",
2525
"ubi9-9.3-782.json.bz2",
2626
"ubi9-minimal-9.3-1361.json.bz2",
27+
"example_component_quarkus.json.bz2",
28+
"example_product_quarkus.json.bz2",
29+
"openshift-ose-console-cdx.json.bz2",
30+
"openssl-3.0.7-18.el9_2.cdx_1.6.sbom.json.bz2",
31+
"openssl-3.0.7-18.el9_2.spdx.json.bz2",
32+
"RHEL-8.10.0.Z_curl@7.61.1-34.el8_10.2.json.bz2",
33+
"RHEL-8.10.0.Z.MAIN+EUS.json.bz2",
34+
"rhel-9.2-eus.cdx.json.bz2",
35+
"rhel-9.2-eus.spdx.json.bz2",
36+
"spdx-ancestor-of-example.json.bz2"
2737
];
2838

2939
export const ADVISORY_FILES = [

0 commit comments

Comments
 (0)