Skip to content

Commit e03042c

Browse files
committed
Update documentation
1 parent 8c78ae7 commit e03042c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/manual/developer/06_contributing_with_content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ then contain the following subdirectories:
518518
519519
- `bootc` - for remediation content used in the `oscap-im` tool internally, ending in `.bo`
520520
521-
- `hummingbird` - for remediation content using during the build of Project Hummingbird container images, ending in `.sh`
521+
- `hummingbird` - for remediation content used during the build of Project Hummingbird container images, ending in `.sh`
522522
523523
In each of these subdirectories, a file named `shared.ext` will apply to
524524
all products and be included in all builds, but `{{{ product }}}.ext`

docs/manual/developer/07_understanding_build_system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ refer to their help text for more information and usage:
114114
framework) to expand Jinja in test scripts.
115115
- `generate_guides.py` -- Generate HTML guides and HTML index for every profile in the built SCAP source data stream.
116116
- `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.
118118
- `profile_tool.py` -- utility script to generate statistics about profiles
119119
in a specific XCCDF/data stream file.
120120
- `verify_references.py` -- used by the test system to verify cross-linkage

0 commit comments

Comments
 (0)