Write result of compliance check to given path
This change adds the feature the output the result of the compliance check to a given path with option -o
/ --output
, e.g.
./scs-compliance-check.py scs-compatible.yaml iaas -o report.yaml
There is still an open TODO that I couldn't solve yet. I want to add the overall result to {layer}.versions.{version}.result. Any idea?