-
-
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.
Add support for where filter and text wrap in license policy command (#…
…16) * Update license policy command to support multi-row output for text format Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> * Support common tests for report contains(values) pattern Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> * Fix linting errors Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> * Fix linting errors Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> * Abstract license policy test info and stub in --where flag Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> * Expose wrap flag on policy command Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> * Update help and README to document the wrap flag Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> * Update license policy output example to reflect new column names Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> * Update license policy output example to reflect new column names Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> * Update license policy output example to reflect new column names Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> * Add generic function that wraps text across report tables rows Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> * Simplify exhaustive policy list test Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> * Always Reset() global license policy config on new load Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> * Add initial --where filter support for license policy cmd Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> * Improve init. of filtered hashmap Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> * Support filtered policies for csv and markdown formats Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> * Document where flag support for policy command in README Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> * lint fix Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> * lint fix Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> * Document where flag support for policy command in README Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> * Document where flag support for policy command in README Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> * Document where flag support for policy command in README Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com> --------- Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
- Loading branch information
Showing
18 changed files
with
891 additions
and
390 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 |
---|---|---|
|
@@ -17,6 +17,7 @@ | |
"databind", | ||
"Debugf", | ||
"defn", | ||
"deserializers", | ||
"DHTML", | ||
"EMEA", | ||
"Exploitability", | ||
|
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
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.