-
Notifications
You must be signed in to change notification settings - Fork 764
Remove XSLT templates #14267
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
base: master
Are you sure you want to change the base?
Remove XSLT templates #14267
Conversation
Generate testinfo tables for STIG profiles by using Jinja template instead of using XSLT xccdf2table-profileccirefs.xslt to generate them.
This commit adds a new script create_unlinked_stig_xccdf.py that is used to generate unlinked-stig-xccdf.xml instead of a XSLT template.
Instead of getting the CIS URI from the constants.xslt file in the product directory, we will load the CIS URI directly from the built data stream from the reference element in Benchmark element. This will allow us to remove the constants.xslt file in future.
ATEX Test ResultsTest artifacts have been submitted to Testing Farm. Results: View Test Results This comment was automatically generated by the ATEX workflow. |
|
@jan-cerny: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Description:
Remove XSLT templates from the project. Replace them by new scripts and Jinja templates.
For more details, please read commit messages of all commits.
Rationale:
Review Hints:
Build a product and review generated tables in the
/build/tablesdirectory. For example, for RHEL 8, seetable-rhel8-stig-testinfo.htmltable-rhel8-cces.htmltable-rhel8-stig.html