uv-sbom 2.0.1

SBOM generation tool for uv projects - Generate CycloneDX SBOMs from uv.lock files
Documentation
1
2
3
4
5
6
7
// Inbound ports (Driving ports) - Use case interfaces
//
// These ports define the interfaces that external adapters (e.g., CLI)
// use to interact with the application core.
//
// Currently, the application uses direct use case invocation instead of
// inbound ports, which is a valid hexagonal architecture pattern.