-
Notifications
You must be signed in to change notification settings - Fork 19
feat: SBOM linking #223
8000New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: SBOM linking #223
Conversation
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
chore: - exclude `cobra.*Arg` from `mnd` linter and refactor Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still need to mess with it a bit, only thing I'm not seeing that I'd expect is updates to documentation
I guess there is something else, are we adding e2e tests for this cmd with this PR or create a follow on issue to do that? |
Outside of the scope of this task, but would it make sense to have a flag for |
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
I would imagine as part of this one |
From a UX perspective, how does one find the nodeID? In the SBOM Linking Docs we talk about using partial PURLs to identify components. I would push for something like this to improve the UX. |
…link-feature Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
Minder Vulnerability Report ✅Minder analyzed this PR and found it does not add any new vulnerable dependencies.
|
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
…link-feature Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
refactor: - sliceutil.isTruthy logic - update golangci-lint config Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
…link-feature Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
96d0cb0
to
5aa4f54
Compare
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
Looks good. Only missing changes to the README for the new command. |
Signed-off-by: Jonathan Howard <jonathan.w.howard@lmco.com>
@lmphil README updated |
Description
This PR implements the
link
subcommand.Miscellaneous
testify
suiteCloses #81
Type of change
Checklist