mck migration - sbom changes #43
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This pull request updates the SBOM (Software Bill of Materials) generation script to reflect changes in product naming and repository structure. The most important changes involve renaming the product and repository references from "mongodb-enterprise" to "mongodb-kubernetes" and adjusting related logic and URLs accordingly.
Updates to Product and Repository Naming:
mongodb-enterprise-cli
tomongodb-kubernetes-cli
in thegenerate_sbom_for_cli
function. This change ensures consistency with the new product naming convention.mongodb/mongodb-enterprise-kubernetes
tomongodb/mongodb-kubernetes
in both thegenerate_sbom_for_cli
function and theget_kondukto_sbom_data
function. This aligns with the updated repository structure. [1] [2]Adjustments to URLs and File Paths:
mongodb-kubernetes
) in thegenerate_sbom_for_cli
function.get_kondukto_sbom_data
, simplifying the function by directly returning the updated repository reference.Documentation Update:
Proof of Work
Checklist
Reminder (Please remove this when merging)