Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garethr/snyk-sbom-examples
Examples of using Snyk's SBOM APIs.
https://github.com/garethr/snyk-sbom-examples
Last synced: 3 months ago
JSON representation
Examples of using Snyk's SBOM APIs.
- Host: GitHub
- URL: https://github.com/garethr/snyk-sbom-examples
- Owner: garethr
- License: apache-2.0
- Created: 2022-07-26T10:24:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T05:13:32.000Z (over 2 years ago)
- Last Synced: 2024-10-04T13:43:51.361Z (3 months ago)
- Language: Python
- Homepage:
- Size: 212 KB
- Stars: 16
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snyk SBOM API examples
There is a lot of interest at the moment in Software Bill of Materials data. But when you have it, what business problems do you want to solve with it? This repo features some simple examples using the Snyk API.
* [Applying policy to SBOM data](sbom-policy)
* [Validation and conversion to alternative formats](sbom-conversion)
* [Storage and query using a local database](sbom-storage)
* [Combine multiple project SBOMs into a single SBOM](sbom-combination)
* [Use the purl API to test a CycloneDX document](purl-cyclonedx)
* [Use the purl API with the Snyk CLI](purl-snyk-cli)If you have other ideas for demos please let me know.