wg-policy-prototypes
wg-policy-prototypes copied to clipboard
fix: update the oscal-samples demo to use the latest trestle
Description
- Resolved https://github.com/oscal-compass/compliance-trestle-demos/issues/41
- Updated the
Makefile
to install the latest trestle version and activate the virtual environment formake help
- Fixed importing the deprecated module in
k8s-to-oscal.py
- Created a helper function to indicate whether the YAML file is valid in
k8s-to-oscal.py
, and only parse those are valid.