-
Notifications
You must be signed in to change notification settings - Fork 174
New 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
First version of sbom output #1095
Conversation
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.
lgtm. Overall this will be much better once it's all in the UI and we no longer have this out-of-band weird viewer thing happening. Also the flow of "press enter when done" is interesting and something we may look at for the Zarf UI as well as now it just requires aborting the command.
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.
lgtm
## Description Add new flags to output SBOM files into specified directories **AND** change the sbom inspect behavior to also open the web browser automatically ## Related Issue Fixes #1075 ## Type of change <!-- Please delete options that are not relevant --> - [X] New feature (non-breaking change which adds functionality) ## Checklist before merging - [X] Tests have been added/updated as necessary (add the `needs-tests` label) - [x] Documentation has been updated as necessary (add the `needs-docs` label)
Description
Add new flags to output SBOM files into specified directories AND change the sbom inspect behavior to also open the web browser automatically
Related Issue
Fixes #1075
Type of change
Checklist before merging
needs-tests
label)needs-docs
label)