Commit c16dbbd
committed
Feature release
* Changed
* CLI via `composer make-bom`
* 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.
* Misc
* Added composer keywords.
* Refactored the plugin's internals.
* Added more tests for internals.
Signed-off-by: Jan Kowalleck <[email protected]>1 parent 0d84778 commit c16dbbd
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments