https://github.com/wurstbrot/sbom-to-libyear
Provide an SBOM and generate libyear
https://github.com/wurstbrot/sbom-to-libyear
libyear sbom
Last synced: 11 months ago
JSON representation
Provide an SBOM and generate libyear
- Host: GitHub
- URL: https://github.com/wurstbrot/sbom-to-libyear
- Owner: wurstbrot
- License: mit
- Created: 2025-07-19T10:05:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-19T12:30:28.000Z (11 months ago)
- Last Synced: 2025-07-19T15:27:53.590Z (11 months ago)
- Topics: libyear, sbom
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sbom-to-libyear
Provide an SBOM and generate libyear based on.
# Docker Usage
```bash
docker run -v ./sample-sboms/pip.cdx.json:/input/sbom.json:ro -v ./output:/output wurstbrot/sbom-to-libyear /input/sbom.json --report-path /output/report.json --format json
```
# Test
You can find sample SBOMs in https://github.com/anthonyharrison/sbom4python .
# Disclaimer
This code is written by the AI claude. Prompts are developed by @wurstbrot