-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automate File Type Conversion Checks #129
Comments
FYI, @rgauss since it is a source of all the kludges in the repo fork you maintain: I have made some headway on this effort so that you and all other NIST OSCAL/FedRAMP consumers can make use of OSCAL documents, hopefully, and get converted file-types and not have to work around it. I will require adding in a Python script to the CI/CD processing, and it turned out a little more complicated than I planned. Simply switching out |
This will be resolved when FedRAMP Automation #241 is closed. |
Action Item
This is a ...
This relates to ...
Describe the problem or enhancement
This is a follow-on for ongoing development effort for the NIST OSCAL CI/CD to address ongoing work that was not complete for #103.
Goals:
When common document instances are converted between XML and JSON and YAML in the NIST OSCAL CI/CD system, file paths are presumed to be similar and then extensions are switched out by a
perl
-based regex that does the file extension substitution. This has broken for a period, which led to the linked issue and relevant issue for the NIST OSCAL content repo, usnistgov/oscal-content#59.Dependencies:
None
Acceptance Criteria
The text was updated successfully, but these errors were encountered: