From 28ad2872213a1519dde23a956004983d56bd4b07 Mon Sep 17 00:00:00 2001 From: deekshitha Date: Fri, 6 Sep 2024 14:12:00 +0200 Subject: [PATCH] Add SPDX builder configuration file --- .spdx-builder.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .spdx-builder.yml diff --git a/.spdx-builder.yml b/.spdx-builder.yml new file mode 100644 index 0000000..fc919cd --- /dev/null +++ b/.spdx-builder.yml @@ -0,0 +1,17 @@ +--- +document: + title: "searchSECO-miner SPDX Document" + organization: "SecureSECO" + comment: "Software Bill of Materials (SBOM) for searchSECO-miner" + key: "SBOM-key" + namespace: "https://github.com/SecureSECO/searchSECO-miner" +projects: + - id: "searchSECO-miner" + purl: "pkg:generic/SecureSECO/searchSECO-miner@1.0.0" + # Replace with correct package type, name, and version + excluded: + - "test*" # Exclude test files if needed +curations: + - purl: "pkg:generic/SecureSECO/searchSECO-miner@1.0.0" # Provide the correct package URL (PURL) + source: "https://github.com/SecureSECO/searchSECO-miner" # Replace with the actual source + license: "MIT" # Specify the license if known