Skip to content

Commit

Permalink
Added docs on supported package types
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed May 31, 2023
1 parent b76eb04 commit eb04ade
Showing 1 changed file with 31 additions and 4 deletions.
35 changes: 31 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit eb04ade

Please sign in to comment.