Release v1.9.2
Changes in this Release:
- Reporting much simpler regular expressions in connectivity reports and in connectivity-diff reports
- Adding the
jpeg
format to the list of allowed formats for connectivity reports (when using the--output_format
command-line flag or theoutputConfiguration.outputFormat
scheme object). This will automatically convert adot
graph to a jpeg image file. Requires GraphViz to be preinstalled andPATH
to include itsbin
directory. - Fixed: Exit code should be 7 if an handled exception made it to
nca_main
- Added OpenSSF Scorecard badge to repo
- Removed dependency on
ruamel.yaml
- Minor bug fixes