feat: add npm sbom command (v9 backport)#6841
Merged
wraithgar merged 1 commit intorelease/v9from Oct 6, 2023
Merged
Conversation
13be3d3 to
77fa4f7
Compare
|
Hi, will you backport this change to v9 ? |
Member
|
Converting to draft while the issue in v10 is worked on |
Merged
Signed-off-by: Brian DeHamer <bdehamer@github.com>
77fa4f7 to
ddd46a8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Backport of #6801 to v9.
Note: The only change from the v10 version of this PR is that the reference to the
normalize-package-datapackage was downgraded from 6.0.0 to 5.0.0 (to match the version already in use in v9).