uv-sbom 2.3.0

SBOM generation tool for uv projects - Generate CycloneDX SBOMs from uv.lock files
Documentation
1
2
3
4
.PHONY: setup
setup:
	git config core.hooksPath .githooks
	@echo "Git hooks activated. .githooks/pre-push will run quality checks on every push."