From 517c68c1f0b120ae875b6aedcda6d1d2f6b23430 Mon Sep 17 00:00:00 2001 From: Chi Tran Date: Thu, 20 Feb 2025 10:41:35 -0600 Subject: [PATCH 1/4] Adding Amazon Inspector SBOM Generator --- tools.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tools.yaml b/tools.yaml index 7dda0f0..b838f24 100644 --- a/tools.yaml +++ b/tools.yaml @@ -1587,6 +1587,15 @@ categories: - proprietary - analysis +- name: Amazon Inspector SBOM Generator + publisher: Amazon Inspector + description: Amazon Inspector SBOM Generator (Sbomgen) is a tool that produces an SBOM for archives, container images, directories, local systems, and compiled Go and Rust binaries. Sbomgen scans for files that contain information about installed packages. + websiteUrl: https://docs.aws.amazon.com/inspector/latest/user/sbom-generator.html + categories: + - proprietary + - analysis + - build-integration + - distribute - name: Xygeni Software Supply-Chain Security publisher: Xygeni description: Xygeni is a software supply chain security solution that provides visibility, security and integrity in DevOps environments, reducing the risk of breaches and detecting potential attacks, ensuring security in your software releases. From 8930c1e517ba2e79eb271aae7015b6a1ff7e7003 Mon Sep 17 00:00:00 2001 From: Chi Tran Date: Thu, 20 Feb 2025 10:56:22 -0600 Subject: [PATCH 2/4] Adding Amazon Inspector SBOM Generator --- tools.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.yaml b/tools.yaml index b838f24..5fb78a2 100644 --- a/tools.yaml +++ b/tools.yaml @@ -1589,7 +1589,7 @@ - analysis - name: Amazon Inspector SBOM Generator publisher: Amazon Inspector - description: Amazon Inspector SBOM Generator (Sbomgen) is a tool that produces an SBOM for archives, container images, directories, local systems, and compiled Go and Rust binaries. Sbomgen scans for files that contain information about installed packages. + description: Amazon Inspector SBOM Generator (Sbomgen) is a tool that produces an SBOM for archives, container images, directories, local systems, and compiled Go and Rust binaries. Sbomgen scans for files that contain information about installed packages. Supports vulnerability scanning with Amazon Inspector Scan SBOM API. websiteUrl: https://docs.aws.amazon.com/inspector/latest/user/sbom-generator.html categories: - proprietary From c9d60c085b5cba0f3b2393df7793bd70d4d830ee Mon Sep 17 00:00:00 2001 From: Chi Tran Date: Thu, 20 Feb 2025 11:21:06 -0600 Subject: [PATCH 3/4] Adding Amazon Inspector SBOM Generator --- tools.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.yaml b/tools.yaml index 5fb78a2..6b08482 100644 --- a/tools.yaml +++ b/tools.yaml @@ -1589,7 +1589,7 @@ - analysis - name: Amazon Inspector SBOM Generator publisher: Amazon Inspector - description: Amazon Inspector SBOM Generator (Sbomgen) is a tool that produces an SBOM for archives, container images, directories, local systems, and compiled Go and Rust binaries. Sbomgen scans for files that contain information about installed packages. Supports vulnerability scanning with Amazon Inspector Scan SBOM API. + description: Amazon Inspector SBOM Generator (inspector-sbomgen) is a tool that produces SBOMs for archives, container images, directories, local systems, and compiled Go and Rust binaries. The tool scans supported artifacts with multiple collectors to generate an inventory of installed packages and associated metadata. These SBOMs can then be used for vulnerability scanning with the Amazon Inspector Scan SBOM API (active AWS account required). websiteUrl: https://docs.aws.amazon.com/inspector/latest/user/sbom-generator.html categories: - proprietary From 53c2e484459f708e987a97695cb2ccbee20163cd Mon Sep 17 00:00:00 2001 From: Chi Tran Date: Thu, 20 Feb 2025 12:15:52 -0600 Subject: [PATCH 4/4] Shortening Description text && remove irrelevant category --- tools.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools.yaml b/tools.yaml index 6b08482..26635aa 100644 --- a/tools.yaml +++ b/tools.yaml @@ -1589,13 +1589,12 @@ - analysis - name: Amazon Inspector SBOM Generator publisher: Amazon Inspector - description: Amazon Inspector SBOM Generator (inspector-sbomgen) is a tool that produces SBOMs for archives, container images, directories, local systems, and compiled Go and Rust binaries. The tool scans supported artifacts with multiple collectors to generate an inventory of installed packages and associated metadata. These SBOMs can then be used for vulnerability scanning with the Amazon Inspector Scan SBOM API (active AWS account required). + description: Amazon Inspector SBOM Generator (inspector-sbomgen) produces SBOMs for various artifacts using multiple collectors, providing an inventory of packages and metadata for vulnerability scanning using Amazon Inspector ScanSBOM API (AWS account required). websiteUrl: https://docs.aws.amazon.com/inspector/latest/user/sbom-generator.html categories: - proprietary - analysis - build-integration - - distribute - name: Xygeni Software Supply-Chain Security publisher: Xygeni description: Xygeni is a software supply chain security solution that provides visibility, security and integrity in DevOps environments, reducing the risk of breaches and detecting potential attacks, ensuring security in your software releases.