You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All informational/error output will appear on STDERR, was STDOUT.
Output of the SBoM might still happen on STDOUT.
This makes utilization of STDOUT via --output-file=- more flexible (pipe, redirect)
whilst verbosity can be increased via -v.
Added
CLI via composer make-bom
Added an optional argument composer-file.
If given, then the SBoM is generated based on that file instead of the file in the current working directory.
This enables the plugin to analyze projects outside the plugin's own setup.
Fixed
Fixed detection of invalid/outdated composer lock file.
Fixed a rare case that caused the CLI to crash unexpectedly, if the composer lock file was unexpected.