Skip to content

Release v1.9.2

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Feb 14:47
7054af5

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 the outputConfiguration.outputFormat scheme object). This will automatically convert a dot graph to a jpeg image file. Requires GraphViz to be preinstalled and PATH to include its bin 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