You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manual/developer/07_understanding_build_system.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ refer to their help text for more information and usage:
114
114
framework) to expand Jinja in test scripts.
115
115
-`generate_guides.py` -- Generate HTML guides and HTML index for every profile in the built SCAP source data stream.
116
116
-`generate_man_page.py` -- generates the ComplianceAsCode man page.
117
-
-`generate_profile_remediations.py` -- Generate profile oriented Bash remediation scripts or profile oriented Ansible Playbooks from the built SCAP source data stream. The output is similar to the output of the `oscap xccdf generate fix` command, but the tool `generate_profile_remediations.py` generates the scripts or Playbooks for all profiles in the given SCAP source data stream at once.
117
+
-`generate_profile_remediations.py` -- Generate profile oriented Bash remediations (Bash scripts or Ansible Playbooks or Bash scripts for Hummingbird) from the built SCAP source data stream. The output is similar to the output of the `oscap xccdf generate fix` command, but the tool `generate_profile_remediations.py` generates the output for all profiles in the given SCAP source data stream at once.
118
118
-`profile_tool.py` -- utility script to generate statistics about profiles
119
119
in a specific XCCDF/data stream file.
120
120
-`verify_references.py` -- used by the test system to verify cross-linkage
0 commit comments