Release v1.8.0
Changes in this Release:
- Most queries can now provide their results in a YAML format. If using NCA command-line, simply add
--output_format yaml
. If using a scheme file, the value ofoutputConfiguration.outputFormat
should beyaml
. - Replaced the dependency on
PyGithub
with ghapi which has a more permissive license. - Releasing a Docker image, based on Red Hat ubi8 base image (in addition to the image based on
python:3.8-slim
, as before). - Updated
CONTRIBUTING.md
file. - Several bugs fixed (issues #267, #351, #368, #371)