-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support a
component list
report command with column (--where
) fil…
…ters and `--summary` options (#85) * Support a Component list/report command with filters and summary options Signed-off-by: Matt Rutkowski <[email protected]> * Assure all component display methods use pointers to ComponentMap entries Signed-off-by: Matt Rutkowski <[email protected]> * Add component list tests; support copyright column Signed-off-by: Matt Rutkowski <[email protected]> * Add tests for component list command using existing test data Signed-off-by: Matt Rutkowski <[email protected]> * Support where clause with float64 values; add testcase Signed-off-by: Matt Rutkowski <[email protected]> * Add Manufacturer, Publisher, HasPedigree columns to component list Signed-off-by: Matt Rutkowski <[email protected]> * Remove uncalled isEmpty() method Signed-off-by: Matt Rutkowski <[email protected]> * Add v1.6 testcase that includes varying component fields Signed-off-by: Matt Rutkowski <[email protected]> * Add JSON test files from the v1.6 spec. repo. Signed-off-by: Matt Rutkowski <[email protected]> * Add JSON test files from the v1.6 spec. repo. Signed-off-by: Matt Rutkowski <[email protected]> * Add JSON test files from the v1.6 spec. repo. Signed-off-by: Matt Rutkowski <[email protected]> * Add JSON test files from the v1.6 spec. repo. Signed-off-by: Matt Rutkowski <[email protected]> * prepare for more columns in component list output Signed-off-by: Matt Rutkowski <[email protected]> * Support full set of column data for component list Signed-off-by: Matt Rutkowski <[email protected]> * Consolidate report/list formatting flags Signed-off-by: Matt Rutkowski <[email protected]> * Improve README top-level abstract Signed-off-by: Matt Rutkowski <[email protected]> * Improve README top-level abstract Signed-off-by: Matt Rutkowski <[email protected]> * Improve README top-level abstract Signed-off-by: Matt Rutkowski <[email protected]> --------- Signed-off-by: Matt Rutkowski <[email protected]>
- Loading branch information
Showing
46 changed files
with
2,588 additions
and
325 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
"BOMREF", | ||
"BSDL", | ||
"callstack", | ||
"CBOM", | ||
"CDLA", | ||
"cdxschema", | ||
"CISA", | ||
|
This file contains 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
This file contains 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
Oops, something went wrong.