From eb04ade22df5b3d6a400e7416105ab2bad6c2252 Mon Sep 17 00:00:00 2001 From: Gareth Rushgrove Date: Wed, 31 May 2023 13:41:40 +0100 Subject: [PATCH] Added docs on supported package types --- README.md | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c195360..50a954c 100644 --- a/README.md +++ b/README.md @@ -109,8 +109,35 @@ Note the Snyk commands require you to be a Snyk customer, and require passing a ## Supported package types -The various services used to enrich the SBOM data have data for a subset of packages types: - - - +The various services used to enrich the SBOM data have data for a subset of purl types: + +### Ecosystems + +* `apk` +* `cargo` +* `cocoapods` +* `composer` +* `gem` +* `golang` +* `hex` +* `maven` +* `npm` +* `nuget` +* `pypi` + +### Snyk + +* `apk` +* `cargo` +* `cocoapods` +* `composer` +* `deb` +* `gem` +* `hex` +* `maven` +* `npm` +* `nuget` +* `pypi` +* `rpm` +* `swift`