Commit Graph

5 Commits

Author SHA1 Message Date
Chris PeBenito
244cd81ff7 Replace str.format() with f-strings.
Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
2024-04-02 15:36:38 -04:00
Chris PeBenito
ad72e87efb CLI: Always show a traceback for AssertionErrors.
These are bugs and the traceback is needed for bug reports.

Signed-off-by: Chris PeBenito <pebenito@ieee.org>
2024-02-14 09:11:35 -05:00
Chris PeBenito
865f523b1f Set warnings filter on CLI programs.
Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
2023-03-27 09:30:26 -04:00
Chris PeBenito
8e082f70cf Replace license text in sources with SPDX license indentifiers.
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
2021-11-20 14:12:15 -05:00
Chris PeBenito
b58fdc00cd sechecker: Implement sechecker.
This is a command line tool for the configuration file-driven automated
policy analysis.

Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
2020-06-10 11:09:37 -04:00