SoftwareDesignLab / SBOM-in-a-Box

SBOM-in-a-Box is a unified platform to promote the production, consumption, and utilization of Software Bills of Materials.
MIT License
9 stars 0 forks source link

Rename SBOMRepository to SBOMFileRepository and SBOM to SBOMFile #283

Closed JorWo closed 1 year ago

JorWo commented 1 year ago

The issue for this PR was to make sure SBOM UIDs were using Longs instead of Strings, which is true. I found a TODO comment to rename SBOMRepository to SBOMFileRepository, so this is what the PR addresses.